UNPKG
amis-model-design
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.5
0.0.4
0.0.2
0.0.1
amis模型设计器
amis-model-design
/
lib
/
tpl
/
validate.d.ts
6 lines
(5 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
VALIDATE_FORMITEMS
: { [
type
:
string
]:
any
; };
export
declare
const
getValidateSchemaTpl
:
(
type
:
string
,
extraSchema
?:
any
) =>
any
[];
export
declare
const
getDateValidateSchemaTpl
:
(
SC_MAPPING
:
any
) =>
any
[];