mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* refactor(components): [backtop] * Extract logic code from component itself. * Reorganize code for better readability. * chore: remove handleScrollThrottled from being returned
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
import type Backtop from './backtop.vue'
|
|
|
|
export type BacktopInstance = InstanceType<typeof Backtop>
|