{"version":3,"file":"token.mjs","sources":["../../../../../packages/components/table-select/src/token.ts"],"sourcesContent":["import type { UseNamespaceReturn } from '@element-ultra/element-ultra'\nimport type { InjectionKey, Slots } from 'vue'\nimport type { TableSelectEmits, TableSelectProps } from './table-select'\n\nexport const tableSelectToken: InjectionKey<{\n  /** 根组件属性 */\n  rootProps: TableSelectProps\n  /** 根组件触发事件 */\n  rootEmit: TableSelectEmits\n  /** 类命名空间 */\n  ns: UseNamespaceReturn\n  rootSlots: Slots\n}> = Symbol('tableSelectToken')\n"],"names":[],"mappings":"AAIa,MAAA,gBAAA,GAQR,OAAO,kBAAkB;;;;"}