material-components-web.d.ts 4.4 KB

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