From aef5e27c45bb0bbdb86d04454e9c236cc8faee8d Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Fri, 18 Sep 2020 12:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=B4=E9=9C=B2=20Schema=20=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index f103221de..8400f68b0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -36,6 +36,8 @@ import { } from './locale'; import animation from './utils/Animation'; +export * from './Schema'; + // 注册渲染器 import './renderers/Action'; import './renderers/Alert';