seamless-scroll-react
Version:
react无缝滚动和单步滚动
11 lines (10 loc) • 343 B
TypeScript
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;