UNPKG

@wordpress/block-editor

Version:
11 lines (10 loc) 255 B
/** * WordPress dependencies */ import { ColorPalette } from '@wordpress/components'; /** * Internal dependencies */ import withColorContext from './with-color-context'; export default withColorContext(ColorPalette); //# sourceMappingURL=index.js.map