UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 223 B
import React from 'react'; import type { CnListProProps } from '../types'; import './cn-list-pro.scss'; export declare const CnListPro: React.ForwardRefExoticComponent<CnListProProps & React.RefAttributes<HTMLDivElement>>;