UNPKG

@choerodon/master

Version:
15 lines (14 loc) 313 B
export interface IconProps extends HTMLElement { type: string; } /** *这个组件要删掉了,用到的地方直接改成components里头的 * * @param {IconProps} props * @return {*} */ declare const C7NIcon: { (props: IconProps): JSX.Element; displayName: string; }; export default C7NIcon;