DefinitelyTyped/types/materialize-css/index.d.ts
Max a355d32369 materialize-css: Add missing declarations and tests (#25492)
* Restructure files and add missing declarations

* Add JQuery declarations

* Restructure tests

* Add carousel tests

* Add more tests and missing JQuery declarations

* Add waves declaration and a test

* Add static init methods and tests

* allow jquery and cash object to be passed to init

* Remove redundant reference

* Clean up

* Clean up

* Clean up and add tests

* Clean up and add tests
2018-05-07 11:00:18 -07:00

38 lines
1.5 KiB
TypeScript

// Type definitions for materialize-css 1.0
// Project: http://materializecss.com/
// Definitions by: 胡玮文 <https://github.com/huww98>
// Maxim Balaganskiy <https://github.com/MaximBalaganskiy>
// David Moniz <https://github.com/MonizDave>
// Daniel Hoenes <https://github.com/broccoliarchy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
/// <reference types="jquery" />
/// <reference path="./autocomplete.d.ts" />
/// <reference path="./carousel.d.ts" />
/// <reference path="./character-counter.d.ts" />
/// <reference path="./chips.d.ts" />
/// <reference path="./collapsible.d.ts" />
/// <reference path="./common.d.ts" />
/// <reference path="./datepicker.d.ts" />
/// <reference path="./dropdown.d.ts" />
/// <reference path="./fab.d.ts" />
/// <reference path="./formselect.d.ts" />
/// <reference path="./inputfields.d.ts" />
/// <reference path="./materialbox.d.ts" />
/// <reference path="./modal.d.ts" />
/// <reference path="./parallax.d.ts" />
/// <reference path="./pushpin.d.ts" />
/// <reference path="./range.d.ts" />
/// <reference path="./scrollspy.d.ts" />
/// <reference path="./sidenav.d.ts" />
/// <reference path="./slider.d.ts" />
/// <reference path="./tabs.d.ts" />
/// <reference path="./taptarget.d.ts" />
/// <reference path="./timepicker.d.ts" />
/// <reference path="./toast.d.ts" />
/// <reference path="./tooltip.d.ts" />
/// <reference path="./waves.d.ts" />
export = M;