baseui
Version:
A React Component library implementing the Base design language
19 lines (18 loc) • 494 B
TypeScript
export declare const ACTION_POSITION: Readonly<{
readonly below: "below";
readonly trailing: "trailing";
}>;
export declare const ARTWORK_TYPE: Readonly<{
readonly icon: "icon";
readonly badge: "badge";
}>;
export declare const HIERARCHY: Readonly<{
readonly low: "low";
readonly high: "high";
}>;
export declare const KIND: Readonly<{
readonly info: "info";
readonly negative: "negative";
readonly positive: "positive";
readonly warning: "warning";
}>;