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 lines
710 B

{"ast":null,"code":"const TableV2InjectionKey = Symbol(\"tableV2\");\nexport { TableV2InjectionKey };","map":{"version":3,"names":["TableV2InjectionKey","Symbol"],"sources":["../../../../../../packages/components/table-v2/src/tokens.ts"],"sourcesContent":["import type { InjectionKey, Ref } from 'vue'\nimport type { UseNamespaceReturn } from '@element-plus/hooks'\n\nexport type TableV2Context = {\n isScrolling: Ref<boolean>\n isResetting: Ref<boolean>\n ns: UseNamespaceReturn\n}\n\nexport const TableV2InjectionKey: InjectionKey<TableV2Context> =\n Symbol('tableV2')\n"],"mappings":"AAAY,MAACA,mBAAmB,GAAGC,MAAM,CAAC,SAAS","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}