Skip to content

Commit

Permalink
fix: export api-loading-status types (#231)
Browse files Browse the repository at this point in the history
fixes #230
  • Loading branch information
usefulthink committed Feb 21, 2024
1 parent 53977b2 commit 9695034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export * from './hooks/use-api-loading-status';
export * from './hooks/use-api-is-loaded';
export * from './hooks/use-maps-library';
export * from './hooks/use-map';

export {limitTiltRange} from './libraries/limit-tilt-range';
export * from './libraries/lat-lng-utils';
export * from './libraries/api-loading-status';
export {limitTiltRange} from './libraries/limit-tilt-range';

0 comments on commit 9695034

Please sign in to comment.