DefinitelyTyped/types/react-select/index.d.ts
Thomas Chia f55591b9e2 [react-select] Export component props. (#36799)
* [react-select] Export AsyncCreatable component props.

* Update types/react-select/src/AsyncCreatable.d.ts

Co-Authored-By: Nathan Bierema <nbierema@gmail.com>
2019-08-23 10:12:29 -07:00

17 lines
678 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>
// Thomas Chia <https://github.com/thchia>
// 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';