UNPKG

@baseplate-dev/ui-components

Version:

Shared UI component library

9 lines 667 B
export declare const selectTriggerVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const selectContentVariants: (props?: ({ popper?: "none" | "active" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const selectItemVariants: (props?: ({ withFocus?: "none" | "highlight" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const selectCheckVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; //# sourceMappingURL=select.d.ts.map