yingsa/admin/node_modules/element-plus/lib/components/table/src/tokens.d.ts
2026-01-20 08:50:50 +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>>;