UNPKG

@wordpress/style-engine

Version:
14 lines 346 B
/** * Internal dependencies */ import type { Style, StyleOptions } from '../../types'; declare const _default: { name: string; generate: (style: Style, options: StyleOptions) => { selector: string | undefined; key: string; value: string; }[]; }[]; export default _default; //# sourceMappingURL=index.d.ts.map