UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

9 lines (8 loc) 620 B
import { default as _BackTop } from './src/index.vue'; export declare const BackTop: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{}>, { bottom: number; height: number; right: number; icon: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>; export type BackTopInstance = InstanceType<typeof _BackTop>;