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 * as utils from './utils/helper';
|
||||||
import {resizeSensor} from './utils/resize-sensor';
|
import {resizeSensor} from './utils/resize-sensor';
|
||||||
import {setIconVendor} from './renderers/Form/IconPickerIcons';
|
import {setIconVendor} from './renderers/Form/IconPickerIcons';
|
||||||
|
import {Icon, registerIcon} from './components/icons';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
NotFound,
|
NotFound,
|
||||||
|
@ -235,6 +236,8 @@ export {
|
||||||
relativeValueRe,
|
relativeValueRe,
|
||||||
resolveVariable,
|
resolveVariable,
|
||||||
setIconVendor,
|
setIconVendor,
|
||||||
|
Icon,
|
||||||
|
registerIcon,
|
||||||
Scoped,
|
Scoped,
|
||||||
ScopedContext,
|
ScopedContext,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue