智慧水务管理系统 - 精河县供水工程综合管理平台

index.mjs 643B

12345678910
  1. import { withInstall } from "../../utils/vue/install.mjs";
  2. import { datePickerPanelProps } from "./src/props/date-picker-panel.mjs";
  3. import { ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY } from "./src/constants.mjs";
  4. import date_picker_panel_default from "./src/date-picker-panel.mjs";
  5. //#region ../../packages/components/date-picker-panel/index.ts
  6. const ElDatePickerPanel = withInstall(date_picker_panel_default);
  7. //#endregion
  8. export { ElDatePickerPanel, ElDatePickerPanel as default, ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY, datePickerPanelProps };
  9. //# sourceMappingURL=index.mjs.map