UNPKG

@cainiaofe/cn-ui-m

Version:
8 lines (7 loc) 173 B
import * as React from 'react'; import type { CnRatingProps } from './types'; /** * @category 组件 * 评分 */ export declare const CnRating: React.FC<CnRatingProps>;