mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [react] Use HTMLDialogElement for the dialog node * Actually add the `open` property * This update requires typescript 2.6 * Update dependents of react to also require typescript 2.6
19 lines
891 B
TypeScript
19 lines
891 B
TypeScript
// Type definitions for react-widgets 4.1
|
|
// Project: https://github.com/jquense/react-widgets
|
|
// 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>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
|
|
import * as React from 'react';
|
|
|
|
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');
|