UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

8 lines (7 loc) 288 B
import React from 'react'; import { BackTopProps } from './interface'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<BackTopProps & { children?: React.ReactNode; } & React.RefAttributes<unknown>>>; export default _default; export { BackTopProps };