* Add an export for Option so we can use it directly
* Update tests to import the newly exported Option
* Add missing props from latest `react-select` 1.0.0-beta12
* Add menuRenderer function and interface for its named props
* This argument should be optional.
* `tabSelectsValue` should be a boolean, not a string
* Update tests with new props
* Export menu renderer props so devs can write typesafe `menuRenderer` functions
* Make sure to check exports in tests, since it's likely users won't be using <reference... >
The existing typings were only usable when using modules. Using the
global `nunjucks` variable was not possible.
I used `js-yaml/js-yaml.d.ts` as an example of a typing that was usable
both as a module and as a global variable.
The indentation of the whole file was changed because the base
indentation used to be 2 (namespace inside module) and is now 1.
The existing test is working as is.
* Update SignCallback for jsonwebtoken 6.0 compat
* Update whole definition for jsonwebtoken 6.2.0
* Update signature for jwt.sign() in tests
* Change type of error callback param
* Correct AmPieChart typings
AmPieChart should inherit from AmChart (as mentioned in the AmChart website: https://docs.amcharts.com/javascriptcharts/AmPieChart)
* Removed the duplicate addListener
AmChart class should already have description for 'addListener'
* added the `options` field to dagre's `setEdge`
* added a test as well
* changed some style issues according to linter (var -> let)
* exported `dagre-d3` so it is possible to import it with SystemJS
* Atom's TypeScript package now accepts the import
* changed some style issues according to linter (var -> let)
* changed `let` to `const` whenever it is possible.
* changed `let` to `const` whenever it is possible.
* `const` is possible here as well because the object reference does not change.
* Added type definitions for react-calendar-timeline
* fix not implicit any in react-calendar-timeline.d.ts
* add reference to react
* add react-calendar-timeline-tests.tsx
* Ej typescripts v14.1.0.41 added
* Ej typescripts updated.
* Email updated.
* Ej typescripts v14.1.0.41 added.
* Ej typescripts added
* Mobile and web contents moved to widgets directory.
Acting on advice to remove the plugin, which is obsolete as of
Knockout.js v3.4.0. In v3.4.0, Knockout.js includes native support for
the functionality previously provided by this plugin. The plugin's API
now conflicts with the official API.