UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 112 B
import type Backtop from './backtop.vue'; export type BacktopInstance = InstanceType<typeof Backtop> & unknown;