baseui
Version:
A React Component library implementing the Base design language
13 lines (12 loc) • 378 B
TypeScript
export declare const SIZE: Readonly<{
readonly large: "large";
readonly medium: "medium";
readonly small: "small";
}>;
export declare const KIND: Readonly<{
readonly default: "default";
readonly backgroundProtection: "backgroundProtection";
readonly inverse: "inverse";
readonly alwaysLight: "alwaysLight";
readonly alwaysDark: "alwaysDark";
}>;