UNPKG

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