From 31c9d0ab9052c7477a5a8184c8165d5799ad42e9 Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Mon, 2 Sep 2019 19:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=B4=E9=9C=B2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 3e1573fb..ea155abe 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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,