UNPKG
@vis.gl/react-maplibre
Version:
beta (8.1.0-alpha.2)
latest (8.1.0)
8.1.0
8.1.0-alpha.2
8.1.0-alpha.1
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
8.0.0-beta.1
8.0.0-alpha.2
8.0.0-alpha.1
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
React components for Maplibre GL JS
visgl/react-map-gl
@vis.gl/react-maplibre
/
dist
/
components
/
source.d.ts
7 lines
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
SourceSpecification
}
from
"../types/style-spec.js"
;
export
type
SourceProps
=
SourceSpecification
& {
id
?:
string
;
children
?:
any
; };
export
declare
function
Source
(
props
:
SourceProps
):
any
;
//# sourceMappingURL=source.d.ts.map