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;