@tabula/ui-selector
Version:
Selector allow users to choose a single option from a collapsible list of options when space is limited
8 lines (7 loc) • 322 B
TypeScript
export declare const root: string;
export declare const icon: string;
export declare const iconVariants: Record<"left" | "right", string>;
export declare const title: string;
export declare const text: string;
export declare const lines: Record<"multiple" | "single", string>;
export declare const contentWrapper: string;