| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /**
- * 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,
- } 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,
- }
|