Skip to content

Commit

Permalink
export useMediaQuery hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhaise authored and kettanaito committed Jan 2, 2020
1 parent bb37c3b commit b18fbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/atomic-layout/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export { default as useResponsiveValue } from './hooks/useResponsiveValue'
export { default as useBreakpointChange } from './hooks/useBreakpointChange'
export { default as useResponsiveProps } from './hooks/useResponsiveProps'
export { default as useResponsiveComponent } from './hooks/useResponsiveComponent'
export { useMediaQuery } from './hooks/useMediaQuery'

0 comments on commit b18fbf0

Please sign in to comment.