Closed
Description
This is a great library. However, it would be even better if it included TypeScript bindings, or at least third-party bindings via https://github.com/DefinitelyTyped/DefinitelyTyped .
For now I've created a types/react-dropdown-tree-select.d.ts
file which contains the following:
declare module 'react-dropdown-tree-select' {
export default class DropdownTreeSelect extends React.Component<any, any> {}
}