Files
ssl-manager/frontend/node_modules/element-plus/es/components/tree-v2/src/instance.d.ts
T
2026-04-08 17:52:38 +08:00

6 lines
207 B
TypeScript

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