UNPKG
@mapka/react-maplibre-map
Version:
latest (0.16.3)
0.16.3
0.16.0
0.15.1
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.1
0.10.0
0.9.0
0.8.0
0.7.0
MapLibre react web component
mapka-dev/web-components
@mapka/react-maplibre-map
/
lib
/
components
/
MapLibreContainer.d.ts
5 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
CSSProperties
}
from
"react"
;
export
declare
const
MapLibreContainer
:
import
(
"react"
).
ForwardRefExoticComponent
<{
style
:
CSSProperties
; } &
import
(
"react"
).
RefAttributes
<
HTMLDivElement
>>;
//# sourceMappingURL=MapLibreContainer.d.ts.map