line_push/node_modules/vuetify/lib/components/VStepper/index.js
2022-07-17 13:16:16 +08:00

17 lines
582 B
JavaScript

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