UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

5 lines (4 loc) 228 B
import { IPublicTypeI18nData } from '..'; import { ReactNode } from 'react'; import { IPublicTypeTipConfig } from './tip-config'; export declare type TipContent = string | IPublicTypeI18nData | ReactNode | IPublicTypeTipConfig;