@project44-manifest/react
Version:
Manifest Design System react components
11 lines (8 loc) • 344 B
text/typescript
import { Section } from '@react-stately/collections';
import { ListBoxSectionProps } from './ListBoxSection';
export const ListBoxSection = Section as (props: Omit<ListBoxSectionProps, 'item'>) => JSX.Element;
export {
type ListBoxSectionOptions,
type ListBoxSectionProps,
ListBoxSection as LIST_BOX_SECTION,
} from './ListBoxSection';