Skip to content

Commit

Permalink
feat: rm unnecessary exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Jan 31, 2024
1 parent f9733da commit 1926041
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions packages/bezier-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ export * from '~/src/components/LegacyStack'
export * from '~/src/components/LegacyTooltip'

export * from '~/src/types/ComponentProps'
export * from '~/src/types/Utils'
export * from '~/src/types/Token'

export { default as useEventHandler } from '~/src/hooks/useEventHandler'
export { default as useMergeRefs } from '~/src/hooks/useMergeRefs'
export { default as useId } from '~/src/hooks/useId'

export { getRootElement } from '~/src/utils/dom'
export * as StyleUtils from '~/src/utils/style'
export * as StringUtils from '~/src/utils/string'

export * from '~/src/features'
3 changes: 0 additions & 3 deletions packages/bezier-react/src/types/Utils.ts

This file was deleted.

0 comments on commit 1926041

Please sign in to comment.