UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 264 B
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 };