mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
Add promoteId as a source prop (#1398)
This commit is contained in:
parent
8d0fee4336
commit
dbbb2ceaf3
2
src/components/source.d.ts
vendored
2
src/components/source.d.ts
vendored
@ -26,7 +26,7 @@ export interface SourceProps {
|
||||
coordinates?: number[][];
|
||||
urls?: string[];
|
||||
children?: any;
|
||||
|
||||
promoteId?: string;
|
||||
}
|
||||
|
||||
export default class Source extends PureComponent<SourceProps> {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user