4 lines
175 B
TypeScript
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>>;
|