Files
pig-farm-controller-fe/node_modules/element-plus/es/components/table/src/tokens.d.ts
2025-09-19 14:25:20 +08:00

4 lines
175 B
TypeScript

import type { InjectionKey } from 'vue';
import type { DefaultRow, Table } from './table/defaults';
export declare const TABLE_INJECTION_KEY: InjectionKey<Table<DefaultRow>>;