UNPKG

hh-ui-components

Version:
7 lines (6 loc) 152 B
import { FC } from "react"; export interface DropDownProps { label?: any; child: any; } export declare const FilterDropdown: FC<DropDownProps>;