Skip to content

TypeScript bindings #209

Closed
Closed
@statico

Description

@statico

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> {}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions