UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

7 lines (6 loc) 294 B
import type { SetupContext } from "vue"; import type { BacktopEmits, BacktopProps } from "./backtop"; export declare const useBacktop: (props: BacktopProps, emit: SetupContext<BacktopEmits>["emit"]) => { visible: import("vue").Ref<boolean>; handleClick: (event: MouseEvent) => void; };