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

1234567891011121314
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import { ButtonConfigContext, ButtonEmits, ButtonNativeType, ButtonProps, ButtonPropsPublic, ButtonType, buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from "./src/button.js";
  3. import _default from "./src/button.vue.js";
  4. import _default$1 from "./src/button-group.vue.js";
  5. import { ButtonGroupContext, buttonGroupContextKey } from "./src/constants.js";
  6. import { ButtonGroupInstance, ButtonInstance } from "./src/instance.js";
  7. //#region ../../packages/components/button/index.d.ts
  8. declare const ElButton: SFCWithInstall<typeof _default> & {
  9. ButtonGroup: typeof _default$1;
  10. };
  11. declare const ElButtonGroup: SFCWithInstall<typeof _default$1>;
  12. //#endregion
  13. export { ButtonConfigContext, ButtonEmits, ButtonGroupContext, type ButtonGroupInstance, type ButtonInstance, ButtonNativeType, ButtonProps, ButtonPropsPublic, ButtonType, ElButton, ElButton as default, ElButtonGroup, buttonEmits, buttonGroupContextKey, buttonNativeTypes, buttonProps, buttonTypes };