From 5fb182dc0d85bb0f1ce14b0952ebdfb0d8463c7d Mon Sep 17 00:00:00 2001 From: xinming Date: Mon, 8 Feb 2021 11:34:57 +0800 Subject: [PATCH] feat: export constants like: view-life-circle --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 2f88c04090..f8b9c42a08 100644 --- a/src/index.ts +++ b/src/index.ts @@ -676,4 +676,7 @@ declare module './chart/view' { } } +// 暴露一些常量 +export { VIEW_LIFE_CIRCLE } from './constant'; + export * from './core';