Files
routie/frontend/node_modules/vuetify/lib/util/getCurrentInstance.d.ts
T

3 lines
188 B
TypeScript

export declare function getCurrentInstance(name: string, message?: string): import("vue").ComponentInternalInstance;
export declare function getCurrentInstanceName(name?: string): string;