UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

7 lines (6 loc) 140 B
import { ReactNode } from 'react'; export interface IPublicTypeI18nData { type: 'i18n'; intl?: ReactNode; [key: string]: any; }