@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
5 lines (4 loc) • 368 B
TypeScript
import { Ref, SetupContext } from "vue";
import { PopoverProps } from "../popover.props";
import { UsePopup, UsePosition } from "./types";
export declare function usePopup(props: PopoverProps, context: SetupContext, arrowRef: Ref<any>, popoverRef: Ref<any>, reference: Ref<any>, shouldFitWidthToReference: Ref<boolean>, usePositionComposition: UsePosition): UsePopup;