mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
补充 schema
Change-Id: Id8f3d1ff8929c3311429d88e9a00b54025791ae0
This commit is contained in:
parent
2176bc1ce7
commit
6b906ff603
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user