补充 schema

Change-Id: Id8f3d1ff8929c3311429d88e9a00b54025791ae0
This commit is contained in:
2betop 2020-11-05 12:39:43 +08:00
parent 2176bc1ce7
commit 6b906ff603

View File

@ -47,6 +47,7 @@ import {WrapperSchema} from './renderers/Wrapper';
import {TableSchema} from './renderers/Table';
import {DialogSchema} from './renderers/Dialog';
import {DrawerSchema} from './renderers/Drawer';
import {SearchBoxSchema} from './renderers/SearchBox';
// 每加个类型,这补充一下。
export type SchemaType =
@ -158,6 +159,7 @@ export type SchemaObject =
| PlainSchema
| ProgressSchema
| QRCodeSchema
| SearchBoxSchema
| ServiceSchema
| StatusSchema
| SwitchSchema