UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

8 lines (5 loc) 181 B
export type { BackTopPropsType } from './props' export type BackTopBehaviorType = 'smooth' | 'auto' export interface BackTopHandleScrollInterface { (node: HTMLElement | null) }