6 lines
196 B
TypeScript
6 lines
196 B
TypeScript
|
|
import _default from "./card.vue.js";
|
||
|
|
|
||
|
|
//#region ../../packages/components/card/src/instance.d.ts
|
||
|
|
type CardInstance = InstanceType<typeof _default> & unknown;
|
||
|
|
//#endregion
|
||
|
|
export { CardInstance };
|