Skip to content

Commit

Permalink
fix: export type properly (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Jan 18, 2024
1 parent 9422f03 commit e561031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface GoogleMapsContextValue {
export const GoogleMapsContext =
React.createContext<GoogleMapsContextValue | null>(null);

export {
export type {
MapCameraChangedEvent,
MapEvent,
MapEventProps,
Expand Down

0 comments on commit e561031

Please sign in to comment.