UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 302 B
import _BackTop from './back-top'; import { WithInstallType } from '../shared'; import './style'; import { TdBackTopProps } from './type'; export * from './type'; export declare type BackTopProps = TdBackTopProps; export declare const BackTop: WithInstallType<typeof _BackTop>; export default BackTop;