@wordpress/components
Version:
UI components for WordPress.
17 lines • 475 B
TypeScript
export const Flex: string;
export const Item: string;
export const block: string;
/**
* Workaround to optimize DOM rendering.
* We'll enhance alignment with naive parent flex assumptions.
*
* Trade-off:
* Far less DOM less. However, UI rendering is not as reliable.
*/
/**
* Improves stability of width/height rendering.
* https://github.com/ItsJonQ/g2/pull/149
*/
export const ItemsColumn: string;
export const ItemsRow: string;
//# sourceMappingURL=styles.d.ts.map