DefinitelyTyped/types/react-widgets/index.d.ts
Honza Kalfus 90a56d675d Improved type definitions for react-widgets (#41270)
* Improved type definitions for react-widgets

* Revert "Improved type definitions for react-widgets"

This reverts commit 39cb0bc135b2771e9910f5eb9ee93e420d6045da.

* Added tests for default exports

* Removed all uses of deprecated React.Props type

* Removed unused interfaces

* Don't import whole React, but only what's needed

* Export all interfaces using the "declare namespace" trick

* Lint ignore (imports are used to verify that exports are available)
2019-12-31 15:21:45 -08:00

24 lines
1.3 KiB
TypeScript

// Type definitions for react-widgets 4.4
// Project: https://github.com/jquense/react-widgets, http://jquense.github.io/react-widgets/docs
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
// Balázs Sándor <https://github.com/sanyatuning>
// Frode Hansen <https://github.com/frodehansen2>
// Andrew Makarov <https://github.com/r3nya>
// Maxime Billemaz <https://github.com/MBillemaz>
// Georg Steinmetz <https://github.com/georg94>
// Troy Zarger <https://github.com/tzarger>
// Siya Mzam <https://github.com/vegtelenseg>
// Cale Bergh <https://github.com/calebergh>
// Ryan McKeel <https://github.com/rmckeel>
// Jan Kalfus <https://github.com/jankalfus>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
export import Calendar = require('./lib/Calendar');
export import Combobox = require('./lib/Combobox');
export import DateTimePicker = require('./lib/DateTimePicker');
export import DropdownList = require('./lib/DropdownList');
export import Multiselect = require('./lib/Multiselect');
export import NumberPicker = require('./lib/NumberPicker');
export import SelectList = require('./lib/SelectList');