UNPKG

4.88 kBTypeScriptView Raw
1// Generated by dts-bundle v0.7.3
2// Dependencies for this module:
3// ../../@material/auto-init/index
4// ../../@material/banner/index
5// ../../@material/base/index
6// ../../@material/checkbox/index
7// ../../@material/chips/deprecated/index
8// ../../@material/circular-progress/index
9// ../../@material/data-table/index
10// ../../@material/dialog/index
11// ../../@material/dom/index
12// ../../@material/drawer/index
13// ../../@material/floating-label/index
14// ../../@material/form-field/index
15// ../../@material/icon-button/index
16// ../../@material/line-ripple/index
17// ../../@material/linear-progress/index
18// ../../@material/list/index
19// ../../@material/menu-surface/index
20// ../../@material/menu/index
21// ../../@material/notched-outline/index
22// ../../@material/radio/index
23// ../../@material/ripple/index
24// ../../@material/segmented-button/index
25// ../../@material/select/index
26// ../../@material/slider/index
27// ../../@material/snackbar/index
28// ../../@material/switch/index
29// ../../@material/tab-bar/index
30// ../../@material/tab-indicator/index
31// ../../@material/tab-scroller/index
32// ../../@material/tab/index
33// ../../@material/textfield/index
34// ../../@material/tooltip/index
35// ../../@material/top-app-bar/index
36
37declare module 'material-components-web' {
38 /**
39 * @license
40 * Copyright 2016 Google Inc.
41 *
42 * Permission is hereby granted, free of charge, to any person obtaining a copy
43 * of this software and associated documentation files (the "Software"), to deal
44 * in the Software without restriction, including without limitation the rights
45 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46 * copies of the Software, and to permit persons to whom the Software is
47 * furnished to do so, subject to the following conditions:
48 *
49 * The above copyright notice and this permission notice shall be included in
50 * all copies or substantial portions of the Software.
51 *
52 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
58 * THE SOFTWARE.
59 */
60 import autoInit from '@material/auto-init/index';
61 import * as banner from '@material/banner/index';
62 import * as base from '@material/base/index';
63 import * as checkbox from '@material/checkbox/index';
64 import * as chips from '@material/chips/deprecated/index';
65 import * as circularProgress from '@material/circular-progress/index';
66 import * as dataTable from '@material/data-table/index';
67 import * as dialog from '@material/dialog/index';
68 import * as dom from '@material/dom/index';
69 import * as drawer from '@material/drawer/index';
70 import * as floatingLabel from '@material/floating-label/index';
71 import * as formField from '@material/form-field/index';
72 import * as iconButton from '@material/icon-button/index';
73 import * as lineRipple from '@material/line-ripple/index';
74 import * as linearProgress from '@material/linear-progress/index';
75 import * as list from '@material/list/index';
76 import * as menuSurface from '@material/menu-surface/index';
77 import * as menu from '@material/menu/index';
78 import * as notchedOutline from '@material/notched-outline/index';
79 import * as radio from '@material/radio/index';
80 import * as ripple from '@material/ripple/index';
81 import * as segmentedButton from '@material/segmented-button/index';
82 import * as select from '@material/select/index';
83 import * as slider from '@material/slider/index';
84 import * as snackbar from '@material/snackbar/index';
85 import * as switchControl from '@material/switch/index';
86 import * as tabBar from '@material/tab-bar/index';
87 import * as tabIndicator from '@material/tab-indicator/index';
88 import * as tabScroller from '@material/tab-scroller/index';
89 import * as tab from '@material/tab/index';
90 import * as textField from '@material/textfield/index';
91 import * as tooltip from '@material/tooltip/index';
92 import * as topAppBar from '@material/top-app-bar/index';
93 export { autoInit, banner, base, checkbox, chips, circularProgress, dataTable, dialog, dom, drawer, floatingLabel, formField, iconButton, lineRipple, linearProgress, list, menu, menuSurface, notchedOutline, radio, ripple, segmentedButton, select, slider, snackbar, switchControl, tab, tabBar, tabIndicator, tabScroller, textField, tooltip, topAppBar, };
94}
95