mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [react-select] Export AsyncCreatable component props. * Update types/react-select/src/AsyncCreatable.d.ts Co-Authored-By: Nathan Bierema <nbierema@gmail.com>
17 lines
678 B
TypeScript
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';
|