Skip to content

Commit

Permalink
feat: re-export types from @superset-ui/dimension (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 25, 2021
1 parent e9bcc91 commit b4a41f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { default as getTextDimension } from './getTextDimension';
export { default as computeMaxFontSize } from './computeMaxFontSize';
export { default as mergeMargin } from './mergeMargin';

export * from './types';

0 comments on commit b4a41f1

Please sign in to comment.