tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 302 B
TypeScript
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;