UNPKG

tdesign-react

Version:
6 lines (5 loc) 248 B
import React from 'react'; import { TdBackTopProps } from './type'; export type BackTopProps = TdBackTopProps; declare const BackTop: React.ForwardRefExoticComponent<TdBackTopProps & React.RefAttributes<HTMLButtonElement>>; export default BackTop;