Export useMultipleOriginColorsAndGradients
#41438
Labels
[Package] Components
/packages/components
[Type] Question
Questions about the design or development of the editor.
What problem does this address?
Not sure if this is a bug report of feature request...
I see
useMultipleOriginColorsAndGradients()
is not exported via the block editor components.However it does seem to be exported in block editor components for native.
Without it we can't add the necessary colors + gradients that are supported in the current setup, eg when implementing
ColorGradientSettingsDropdown
in our own blocks/ui's.What is your proposed solution?
Export it via the block editor components index.js.
I was wondering if it should be exported as experimental, although it seems in native it is not marked as such.
PR incoming
The text was updated successfully, but these errors were encountered: