UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

4 lines (3 loc) 207 B
import { ReactElement, ComponentType } from 'react'; import { IPublicTypeIconConfig } from './'; export declare type IPublicTypeIconType = string | ReactElement | ComponentType<any> | IPublicTypeIconConfig;