UNPKG

@cainiaofe/cn-ui-m

Version:
14 lines (13 loc) 313 B
import * as React from 'react'; import type { CnIconProps } from './types'; /** * @deprecated * 建议使用 CnIcon */ export declare class Icon extends React.Component<CnIconProps, any> { static defaultProps: { size: string; }; static _typeMark: string; render(): React.JSX.Element; }