baseui
Version:
A React Component library implementing the Base design language
15 lines (14 loc) • 383 B
TypeScript
export declare const STATE_TYPE: {
readonly change: "CHANGE";
};
export declare const STYLE_TYPE: Readonly<{
readonly default: "default";
readonly toggle: "toggle";
readonly toggle_round: "toggle";
}>;
export declare const LABEL_PLACEMENT: Readonly<{
readonly top: "top";
readonly right: "right";
readonly bottom: "bottom";
readonly left: "left";
}>;