import { ComponentType } from 'react'; /** * 判断 button 类组件是否只有图标 */ export default function hocCnChar(WrappedComponents: T): T;