tokens.d.ts 175 B

123
  1. import type { InjectionKey } from 'vue';
  2. import type { DefaultRow, Table } from './table/defaults';
  3. export declare const TABLE_INJECTION_KEY: InjectionKey<Table<DefaultRow>>;