Skip to content

Commit

Permalink
feat: export constants like: view-life-circle (#3281)
Browse files Browse the repository at this point in the history
Co-authored-by: xinming <xinming.lxj@antfin.com>
  • Loading branch information
visiky and xinming authored Feb 8, 2021
1 parent cabe1f0 commit d0f96c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,4 +676,7 @@ declare module './chart/view' {
}
}

// 暴露一些常量
export { VIEW_LIFE_CIRCLE } from './constant';

export * from './core';

0 comments on commit d0f96c4

Please sign in to comment.