UNPKG

@wordpress/style-engine

Version:
10 lines 326 B
/** * Internal dependencies */ import type { GeneratedCSSRule, Style, StyleOptions } from '../../types'; declare const _default: { name: string; generate: (style: Style, options: StyleOptions, path?: string[], ruleKey?: string) => GeneratedCSSRule[]; }[]; export default _default; //# sourceMappingURL=index.d.ts.map