UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 140 B
import * as React from 'react'; import type { CnListProps } from './types'; declare const CnList: React.FC<CnListProps>; export { CnList };