UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

6 lines 445 B
import { As, Props } from '../../system'; import { ListBoxBaseElement, ListBoxBaseOptions } from '../ListBoxBase'; export declare type ListBoxOptions<T extends As = ListBoxBaseElement> = Omit<ListBoxBaseOptions<T>, 'state'>; export declare type ListBoxProps<T extends As = ListBoxBaseElement> = Props<ListBoxOptions<T>>; export declare const ListBox: import("../../system").Component<ListBoxOptions<"div">>; //# sourceMappingURL=ListBox.d.ts.map