fui-fancyui
Version:
FancyUI Libary
8 lines (7 loc) • 308 B
TypeScript
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;