UNPKG
react-bkoi-gl
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
React components for Barikoi GL JS
docs.barikoi.com/docs/maps-api
barikoi/react-bkoi-gl
react-bkoi-gl
/
dist
/
components
/
source.d.ts
7 lines
(6 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
SourceSpecification
}
from
"../types/style-spec"
;
export
type
SourceProps
=
SourceSpecification
& {
id
?:
string
;
children
?:
any
; };
export
declare
function
Source
(
props
:
SourceProps
):
any
;