instance.d.ts 110 Bytes
import type Backtop from './backtop.vue';
export declare type BacktopInstance = InstanceType<typeof Backtop>;