UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

5 lines 297 B
import type { ForwardRefComponent } from '@project44-manifest/react-types'; import type { DropdownSectionOptions } from './DropdownSection.types'; /** @private */ export declare const DropdownSection: ForwardRefComponent<"li", DropdownSectionOptions>; //# sourceMappingURL=DropdownSection.d.ts.map