UNPKG

@wordpress/block-editor

Version:
9 lines (8 loc) 311 B
// packages/block-editor/src/components/color-palette/index.js import { ColorPalette } from "@wordpress/components"; import withColorContext from "./with-color-context"; var color_palette_default = withColorContext(ColorPalette); export { color_palette_default as default }; //# sourceMappingURL=index.js.map