You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
580 B
1 line
580 B
{"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<Table<DefaultRow>> =\n Symbol('ElTable')\n"],"mappings":"AAAY,MAACA,mBAAmB,GAAGC,MAAM,CAAC,SAAS","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |