暴露 Scoped 和 ScopedContext 方便将自定义组件参与组件间通信

This commit is contained in:
liaoxuezhi 2019-05-10 10:25:02 +08:00
parent 2eb7e9916d
commit e1a1e601ec
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,7 @@ import './renderers/Wrapper';
import './renderers/IFrame';
import './renderers/QRCode';
import './renderers/Icon';
import Scoped, {ScopedContext} from './Scoped';
import {
FormItem
@ -228,6 +229,8 @@ export {
relativeValueRe,
resolveVariable,
setIconVendor,
Scoped,
ScopedContext,
classPrefix,
classnames