UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 238 B
import { FC } from 'react'; import { CnScrollViewProps, ScrollViewPropsMore } from './types'; import './styles/index.scss'; export declare const CnScrollView: FC<CnScrollViewProps>; export type { CnScrollViewProps, ScrollViewPropsMore };