UNPKG

baseui

Version:

A React Component library implementing the Base design language

22 lines (21 loc) 539 B
export declare const SIZE: { readonly default: "default"; readonly full: "full"; readonly auto: "auto"; }; export declare const SIZE_DIMENSION: { readonly default: "500px"; readonly full: "100%"; readonly auto: "auto"; }; export declare const CLOSE_SOURCE: { readonly closeButton: "closeButton"; readonly backdrop: "backdrop"; readonly escape: "escape"; }; export declare const ANCHOR: { readonly left: "left"; readonly right: "right"; readonly top: "top"; readonly bottom: "bottom"; };