@project44-manifest/react
Version:
Manifest Design System react components
8 lines (5 loc) • 324 B
text/typescript
import { Section } from '@react-stately/collections';
import type { DropdownSectionProps } from './DropdownSection.types';
export const DropdownSection = Section as (props: DropdownSectionProps) => JSX.Element;
export { DropdownSection as DROPDOWN_SECTION } from './DropdownSection';
export type { DropdownSectionProps };