UNPKG

baseui

Version:

A React Component library implementing the Base design language

25 lines (24 loc) 596 B
export declare const BEHAVIOR: Readonly<{ readonly fluid: "fluid"; readonly fixed: "fixed"; }>; export declare const ALIGNMENT: Readonly<{ readonly start: "flex-start"; readonly center: "center"; readonly end: "flex-end"; }>; export declare const STYLE: Readonly<{ readonly default: "default"; readonly compact: "compact"; }>; export declare const STYLE_VALUES: Readonly<{ default: any; compact: { columns: number[]; gutters: number[]; margins: number[]; gaps: number; unit: string; maxWidth: number; }; }>;