Files
Pedro Pereira ea1030269b Added typings for rx-dom (#8792)
* Added typings for rx-dom

* Added missing references

* Rename test file to tests

* Rename tests

* Fixed tests

* Fixed tests
2016-04-13 00:51:40 +09:00

5 lines
139 B
TypeScript

/// <reference path="../rx/rx.all.d.ts" />
/// <reference path="./rx-dom.d.ts" />
import * as Rx from 'rx';
import * as DOM from 'rx.DOM';