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
701 B

{"ast":null,"code":"const ROOT_PICKER_INJECTION_KEY = Symbol();\nexport { ROOT_PICKER_INJECTION_KEY };","map":{"version":3,"names":["ROOT_PICKER_INJECTION_KEY","Symbol"],"sources":["../../../../../../packages/components/date-picker/src/constants.ts"],"sourcesContent":["import type { InjectionKey, SetupContext } from 'vue'\nimport type { UseNamespaceReturn } from '@element-plus/hooks'\n\ninterface DatePickerContext {\n slots: SetupContext['slots']\n pickerNs: UseNamespaceReturn\n}\n\nexport const ROOT_PICKER_INJECTION_KEY: InjectionKey<DatePickerContext> =\n Symbol()\n"],"mappings":"AAAY,MAACA,yBAAyB,GAAGC,MAAM","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}