We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670d9c4 commit 5a3fb40Copy full SHA for 5a3fb40
src/cluster.tsx
@@ -14,7 +14,7 @@ export interface Props {
14
getLeaves: (
15
limit?: number,
16
offset?: number
17
- ) => Array<React.ReactElement<MarkerProps>>
+ ) => Array<React.ReactElement<MarkerProps> | undefined>
18
): React.ReactElement<MarkerProps>;
19
radius?: number;
20
maxZoom?: number;
0 commit comments