fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

Dropdown component has 'any' type in types interface #16

Closed crockalet closed 3 years ago

fateh999 commented 3 years ago

Please provide more info

crockalet commented 3 years ago

The compiled type file (DropDown.d.ts) has the following line: declare const DropDown: any;

which should be declare const DropDown: React.ForwardRefExoticComponent<TextInputPropsWithoutTheme>