@wordpress/block-editor
Version:
9 lines (8 loc) • 311 B
JavaScript
// 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