Skip to content

Commit

Permalink
feat: re-export types from @superset-ui/dimension (apache#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Mar 11, 2019
1 parent 15effbe commit 8c3f8b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/superset-ui-dimension/src/index.ts
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 8c3f8b0

Please sign in to comment.