mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
39 lines
1.5 KiB
TypeScript
39 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="./autoinit.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;
|