{"ast":null,"code":"const TABLE_INJECTION_KEY = Symbol(\"ElTable\");\nexport { TABLE_INJECTION_KEY };","map":{"version":3,"names":["TABLE_INJECTION_KEY","Symbol"],"sources":["../../../../../../packages/components/table/src/tokens.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\nimport type { DefaultRow, Table } from './table/defaults'\n\nexport const TABLE_INJECTION_KEY: InjectionKey