| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /**
- * We have to destructure the import for tree-shaking to work
- */
- import {
- WAlert,
- WApp,
- WBadge,
- WButton,
- WCard,
- WCheckbox,
- WDrawer,
- WFlex,
- WIcon,
- WImage,
- WInput,
- WMenu,
- WProgress,
- WOverlay,
- WSlider,
- WSpinner,
- WSteps,
- WToolbar,
- } from '../node_modules/wave-ui/src/wave-ui/components'
-
- export default {
- WAlert,
- WApp,
- WBadge,
- WButton,
- WCard,
- WCheckbox,
- WDrawer,
- WFlex,
- WIcon,
- WImage,
- WInput,
- WMenu,
- WProgress,
- WOverlay,
- WSlider,
- WSpinner,
- WSteps,
- WToolbar,
- }
|