Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/empty/src/instance.d.ts

3 lines
104 B
TypeScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
import type Empty from './empty.vue';
export type EmptyInstance = InstanceType<typeof Empty> & unknown;