instance.d.ts 112 B

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