material-components-web.d.ts 4.7 KB

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