UNPKG

baseui

Version:

A React Component library implementing the Base design language

12 lines (11 loc) 287 B
export declare const ORIENTATION: { readonly vertical: "vertical"; readonly horizontal: "horizontal"; }; export declare const FILL: { readonly fixed: "fixed"; readonly intrinsic: "intrinsic"; }; export declare const STATE_CHANGE_TYPE: { readonly change: "change"; };