Files
SingBox-Gopanel/frontend/admin/node_modules/element-plus/lib/components/date-picker-panel/index.d.ts
CN-JS-HuiBai db7f1ba82f
Some checks failed
build / build (api, amd64, linux) (push) Failing after -51s
build / build (api, arm64, linux) (push) Failing after -52s
build / build (api.exe, amd64, windows) (push) Failing after -51s
使用VUE重构项目
2026-04-20 00:19:11 +08:00

12 lines
906 B
TypeScript

import { SFCWithInstall } from "../../utils/vue/typescript.js";
import "../../utils/index.js";
import { _default } from "./src/date-picker-panel.js";
import { ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY } from "./src/constants.js";
import { DateCell, DatePickerType } from "./src/types.js";
import { DatePickerPanelProps, DatePickerPanelPropsPublic, datePickerPanelProps } from "./src/props/date-picker-panel.js";
import { DatePickerPanelInstance } from "./src/instance.js";
//#region ../../packages/components/date-picker-panel/index.d.ts
declare const ElDatePickerPanel: SFCWithInstall<typeof _default>;
//#endregion
export { DateCell, type DatePickerPanelInstance, DatePickerPanelProps, DatePickerPanelPropsPublic, DatePickerType, ElDatePickerPanel, ElDatePickerPanel as default, ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY, datePickerPanelProps };