UNPKG

fui-fancyui

Version:
8 lines (7 loc) 308 B
import { ListBoxItem } from './ListBoxItem/ListBoxItem'; import { TListBoxWithFancyBoxAttrs } from './TListBox.model'; declare function ListBox(props: TListBoxWithFancyBoxAttrs): import("react/jsx-runtime").JSX.Element; declare namespace ListBox { var Item: typeof ListBoxItem; } export default ListBox;