@wordpress/block-editor
Version:
16 lines (15 loc) • 426 B
JavaScript
// packages/block-editor/src/components/colors/index.js
import {
getColorClassName,
getColorObjectByAttributeValues,
getColorObjectByColorValue
} from "./utils";
import { createCustomColorsHOC, default as default2 } from "./with-colors";
export {
createCustomColorsHOC,
getColorClassName,
getColorObjectByAttributeValues,
getColorObjectByColorValue,
default2 as withColors
};
//# sourceMappingURL=index.js.map