DefinitelyTyped/types/react-select/index.d.ts
Nathan Bierema 251f7c699a [react-select] Update for v3 (#36464)
* [react-select] Update for v3

* Add files to tsconfig

* Fix path

* Fix v1
2019-06-28 08:54:24 -07:00

16 lines
619 B
TypeScript

// Type definitions for react-select 3.0
// Project: https://github.com/JedWatson/react-select#readme
// Definitions by: Claas Ahlrichs <https://github.com/claasahl>
// Jon Freedman <https://github.com/jonfreedman>
// Nathan Bierema <https://github.com/Methuselah96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.9
import { StateManager } from './src/stateManager';
export default StateManager;
export { createFilter } from './src/filters';
export { components } from './src/components/index';
export { mergeStyles } from './src/styles';