instance.d.ts 110 B

12
  1. import type Backtop from './backtop.vue';
  2. export declare type BacktopInstance = InstanceType<typeof Backtop>;