material-components-web.d.ts 4.3 KB

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