Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
aviklai committed Jun 20, 2022
1 parent 9d5da76 commit d592d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useEffect } from 'react';
interface IProps {
kml: XMLDocument;
kmlOptions?: {
iconOptions : Object;
iconOptions : object;
}
}

Expand Down

0 comments on commit d592d45

Please sign in to comment.