From 30d52c4944b78d3dcec4919a9002d148c462e908 Mon Sep 17 00:00:00 2001 From: xujiang Date: Tue, 5 Jan 2021 22:43:05 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E6=B7=BB=E5=8A=A0=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E7=9A=84ts=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/FormComponents/types.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/core/FormComponents/types.ts b/src/core/FormComponents/types.ts index 20760b3..7dc2b40 100644 --- a/src/core/FormComponents/types.ts +++ b/src/core/FormComponents/types.ts @@ -66,6 +66,14 @@ export interface IColorConfigType { export type TColorDefaultType = string; +///////////////// +export interface IRichTextConfigType { + key: string; + name: string; + type: 'RichText'; +} +export type TRichTextDefaultType = string; + export interface IMutiTextConfigType { key: string; name: string;