Files
SBPanel-Backend/frontend/admin/node_modules/element-plus/lib/components/popover/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

13 lines
775 B
TypeScript

import { SFCWithInstall } from "../../utils/vue/typescript.js";
import "../../utils/index.js";
import { PopoverEmits, PopoverInstance, PopoverProps, PopoverPropsPublic, popoverEmits, popoverProps, popoverPropsDefaults } from "./src/popover.js";
import { _default } from "./src/popover.vue.js";
import { _default as _default$1 } from "./src/directive.js";
//#region ../../packages/components/popover/index.d.ts
declare const ElPopoverDirective: SFCWithInstall<typeof _default$1>;
declare const ElPopover: SFCWithInstall<typeof _default> & {
directive: typeof ElPopoverDirective;
};
//#endregion
export { ElPopover, ElPopover as default, ElPopoverDirective, PopoverEmits, PopoverInstance, PopoverProps, PopoverPropsPublic, popoverEmits, popoverProps, popoverPropsDefaults };