BackTop.d.ts 224 B

1234
  1. import React from 'react';
  2. import type { BackTopProps, FloatButtonRef } from './interface';
  3. declare const BackTop: React.ForwardRefExoticComponent<BackTopProps & React.RefAttributes<FloatButtonRef>>;
  4. export default BackTop;