Files
ctms/frontend/node_modules/element-plus/es/components/table/src/tokens.d.ts
T

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>>;