mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
13be920c9a
* refactor: [el-table] refactoring table with el-scrollbar * refactor: remove gutter * fix: remove unused * fix: optimize code
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
import type { InjectionKey } from 'vue'
|
|
import type { DefaultRow, Table } from './table/defaults'
|
|
|
|
export const TABLE_INJECTION_KEY: InjectionKey<Table<DefaultRow>> =
|
|
Symbol('ElTable')
|