This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/vuetify/lib/components/VStepper/index.js
2019-08-11 20:48:02 +02:00

17 lines
No EOL
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