🆕 添加组件对应的ts类型

This commit is contained in:
xujiang 2021-01-05 22:43:05 +08:00
parent fe97dde620
commit 30d52c4944

View File

@ -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;