Files
routie/frontend/node_modules/vuetify/lib/components/VStepper/shared.d.ts
T

4 lines
170 B
TypeScript

import type { InjectionKey } from 'vue';
import type { GroupProvide } from '../../composables/group.js';
export declare const VStepperSymbol: InjectionKey<GroupProvide>;