forked from p96170835/amis
暴露接口
This commit is contained in:
parent
8c10f329ae
commit
31c9d0ab90
|
@ -13,6 +13,7 @@ import './utils/tpl-lodash';
|
|||
import * as utils from './utils/helper';
|
||||
import {resizeSensor} from './utils/resize-sensor';
|
||||
import {setIconVendor} from './renderers/Form/IconPickerIcons';
|
||||
import {Icon, registerIcon} from './components/icons';
|
||||
|
||||
import {
|
||||
NotFound,
|
||||
|
@ -235,6 +236,8 @@ export {
|
|||
relativeValueRe,
|
||||
resolveVariable,
|
||||
setIconVendor,
|
||||
Icon,
|
||||
registerIcon,
|
||||
Scoped,
|
||||
ScopedContext,
|
||||
|
||||
|
|
Loading…
Reference in New Issue