UNPKG

@spark-ui/dropdown

Version:

Displays a list of options for the user to pick from—triggered by a button. Differs from Select in that it offers multiple select and its list is not native.

6 lines (5 loc) • 283 B
export declare const styles: (props?: ({ state?: "undefined" | "error" | "alert" | "success" | null | undefined; disabled?: boolean | null | undefined; readOnly?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string;