UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 296 B
import type { SFCWithInstall } from '../_util/interface'; import BackTop from './backTop'; export { backTopProps } from './props'; export type { BackTopProps } from './props'; type BackTopType = SFCWithInstall<typeof BackTop>; export declare const FBackTop: BackTopType; export default FBackTop;