UNPKG

@wordpress/components

Version:
17 lines 690 B
export declare const Flex: import("@emotion/utils").SerializedStyles; export declare const Item: import("@emotion/utils").SerializedStyles; export declare const block: import("@emotion/utils").SerializedStyles; /** * 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 declare const ItemsColumn: import("@emotion/utils").SerializedStyles; export declare const ItemsRow: import("@emotion/utils").SerializedStyles; //# sourceMappingURL=styles.d.ts.map