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.

8 lines (7 loc) • 192 B
import { ReactElement } from 'react'; export declare const LeadingIcon: { ({ children }: { children: ReactElement; }): import("react").JSX.Element; displayName: string; };