UNPKG

seamless-scroll-react

Version:
11 lines (10 loc) 343 B
import type { SeamlessScrollInstance, SeamlessScrollProps } from './SeamlessScrollType'; import SeamlessScroll from './SeamlessScroll'; /** * 无缝滚动组件 * @param props SeamlessScrollType * @param ref ref * @returns ReactNode */ export type { SeamlessScrollInstance, SeamlessScrollProps }; export default SeamlessScroll;