@project44-manifest/react
Version:
Manifest Design System react components
4 lines • 313 B
TypeScript
import { ListBoxSectionProps } from './ListBoxSection';
export declare const ListBoxSection: (props: Omit<ListBoxSectionProps, 'item'>) => JSX.Element;
export { type ListBoxSectionOptions, type ListBoxSectionProps, ListBoxSection as LIST_BOX_SECTION, } from './ListBoxSection';
//# sourceMappingURL=index.d.ts.map