mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-18 23:12:49 +00:00
🆕 添加组件对应的ts类型
This commit is contained in:
parent
fe97dde620
commit
30d52c4944
@ -66,6 +66,14 @@ export interface IColorConfigType {
|
|||||||
|
|
||||||
export type TColorDefaultType = string;
|
export type TColorDefaultType = string;
|
||||||
|
|
||||||
|
/////////////////
|
||||||
|
export interface IRichTextConfigType {
|
||||||
|
key: string;
|
||||||
|
name: string;
|
||||||
|
type: 'RichText';
|
||||||
|
}
|
||||||
|
export type TRichTextDefaultType = string;
|
||||||
|
|
||||||
export interface IMutiTextConfigType {
|
export interface IMutiTextConfigType {
|
||||||
key: string;
|
key: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user