Files
accounting/client/node_modules/element-plus/lib/hooks/use-popper-container/index.d.ts

13 lines
385 B
TypeScript
Raw Normal View History

2026-03-26 01:23:19 +08:00
import * as vue from "vue";
//#region ../../packages/hooks/use-popper-container/index.d.ts
declare const usePopperContainerId: () => {
id: vue.ComputedRef<string>;
selector: vue.ComputedRef<string>;
};
declare const usePopperContainer: () => {
id: vue.ComputedRef<string>;
selector: vue.ComputedRef<string>;
};
//#endregion
export { usePopperContainer, usePopperContainerId };