UNPKG

vuetify-wcag

Version:

VuetifyJS but then WCAG/A11Y compatible

17 lines 582 B
import { createSimpleFunctional } from '../../util/helpers'; import VStepper from './VStepper'; import VStepperStep from './VStepperStep'; import VStepperContent from './VStepperContent'; const VStepperHeader = createSimpleFunctional('v-stepper__header'); const VStepperItems = createSimpleFunctional('v-stepper__items'); export { VStepper, VStepperContent, VStepperStep, VStepperHeader, VStepperItems }; export default { $_vuetify_subcomponents: { VStepper, VStepperContent, VStepperStep, VStepperHeader, VStepperItems } }; //# sourceMappingURL=index.js.map