UNPKG

@cbinsights/fds

Version:
5 lines (4 loc) 202 B
import { MenuListProps } from 'react-select'; import { OptionProps } from '..'; declare const CustomMenuList: (props: MenuListProps<OptionProps, boolean>) => JSX.Element; export default CustomMenuList;