UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

3 lines (2 loc) 180 B
import type { BackTopProps, IBackTopRef } from '../back-top-types'; export default function (props: BackTopProps, backTopRef: IBackTopRef): Element | (Window & typeof globalThis);