UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 164 B
import { ReactElement } from 'react'; import { IDropDownProps } from './type'; export declare const DropDown: ({ dropDownItems, }: IDropDownProps) => ReactElement;