mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
暴露 validate
This commit is contained in:
parent
7d5a61593a
commit
cf771c571f
@ -155,7 +155,7 @@ import {
|
||||
resolveVariable,
|
||||
resolveVariableAndFilter
|
||||
} from './utils/tpl-builtin';
|
||||
import {addRule, str2rules} from './utils/validations';
|
||||
import {addRule, str2rules, validate} from './utils/validations';
|
||||
import {normalizeOptions} from './components/Select';
|
||||
import {OptionsControl} from './renderers/Form/Options';
|
||||
|
||||
@ -204,6 +204,7 @@ export {
|
||||
registerIcon,
|
||||
Scoped,
|
||||
ScopedContext,
|
||||
validate,
|
||||
setDefaultTheme,
|
||||
theme,
|
||||
getTheme,
|
||||
|
Loading…
Reference in New Issue
Block a user