UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

6 lines (5 loc) 177 B
import { ComponentType } from 'react'; /** * 判断 button 类组件是否只有图标 */ export default function hocCnChar<T extends ComponentType>(WrappedComponents: T): T;