1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00
budibase/packages/materialdesign-components/src/index.js

11 lines
355 B
JavaScript
Raw Normal View History

import "@material/theme/mdc-theme.scss";
export { button } from "./Button"
export { default as icon } from "./Icon.svelte"
export { textfield } from "./Textfield"
export * from "./Typography"
export { checkbox, checkboxgroup } from "./Checkbox"
export { radiobutton, radiobuttongroup } from "./Radiobutton"
export { label } from "./Common/Label.svelte"