DefinitelyTyped/types/react-widgets/index.d.ts
Nathan Shively-Sanders f0ce987bc1 Update project urls to match NPM url
Note that this *trivially* updates project urls by adding the NPM url to
the end, even when the urls are almost identical or the DT one is
outdated. I'll clean up the urls in a later commit.

This PR is unfinished! Please do not merge it yet.
2019-02-11 17:10:55 -08:00

22 lines
1.1 KiB
TypeScript

// Type definitions for react-widgets 4.3
// 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
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');