UNPKG

@cainiaofe/cn-ui-m

Version:
10 lines (9 loc) 267 B
import * as React from 'react'; import type { CnDetailInfoProps } from './types'; import './index.scss'; /** * @category 组件 * 详情摘要信息展示卡片 */ export declare const CnDetailInfo: React.FC<CnDetailInfoProps>; export type { CnDetailInfoProps };