Files
aihot/frontend/node_modules/element-plus/lib/components/table/src/tokens.d.ts
2026-05-26 12:56:03 +08:00

7 lines
264 B
TypeScript

import { DefaultRow, Table } from "./table/defaults.js";
import { InjectionKey } from "vue";
//#region ../../packages/components/table/src/tokens.d.ts
declare const TABLE_INJECTION_KEY: InjectionKey<Table<DefaultRow>>;
//#endregion
export { TABLE_INJECTION_KEY };