UNPKG

@wordpress/style-engine

Version:
10 lines (9 loc) 275 B
// packages/style-engine/src/styles/color/index.ts import background from "./background"; import gradient from "./gradient"; import text from "./text"; var color_default = [text, gradient, background]; export { color_default as default }; //# sourceMappingURL=index.js.map