BookSystem/frontend/node_modules/element-plus/lib/components/card/src/instance.d.ts

6 lines
200 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 };