鍒濆鎻愪氦锛氱墰鍙暟鎹鐞嗙郴缁?- 鍖呭惈鍚庣Spring Boot鍜屽墠绔疺ue3椤圭洰
This commit is contained in:
9
admin-system/node_modules/element-plus/lib/components/date-picker-panel/src/constants.d.ts
generated
vendored
Normal file
9
admin-system/node_modules/element-plus/lib/components/date-picker-panel/src/constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { InjectionKey, SetupContext } from 'vue';
|
||||
import type { UseNamespaceReturn } from 'element-plus/es/hooks';
|
||||
interface DatePickerContext {
|
||||
slots: SetupContext['slots'];
|
||||
pickerNs: UseNamespaceReturn;
|
||||
}
|
||||
export declare const ROOT_PICKER_INJECTION_KEY: InjectionKey<DatePickerContext>;
|
||||
export declare const ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY = "ElIsDefaultFormat";
|
||||
export {};
|
||||
Reference in New Issue
Block a user