Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
make image as a optional prop type on vector layer compoennt
  • Loading branch information
suzit-10 committed Aug 1, 2024
1 parent 08fef72 commit b25f6ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface IVectorLayer extends ILayer {
interactions?: string[];
onFeatureSelect?: (properties: Record<string, any>) => void;
hasImage?: boolean;
image: any;
image?: any;
}

type InteractionsType = 'hover' | 'select';
Expand Down

0 comments on commit b25f6ac

Please sign in to comment.