Files

6 lines
200 B
TypeScript
Raw Permalink Normal View History

import _default from "./empty.vue.js";
//#region ../../packages/components/empty/src/instance.d.ts
type EmptyInstance = InstanceType<typeof _default> & unknown;
//#endregion
export { EmptyInstance };