UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

9 lines (8 loc) 303 B
import { PopoverProps } from "../popover.props"; import { UseHost } from "./types"; /** * 因为涉及到body的样式,可能出现在计算bottom和height时为0的情况,所以使用了window的高度 * @param props * @returns */ export declare function useHost(props: PopoverProps): UseHost;