[maps,tests][xs]: add default export to OpenLayers component
This commit is contained in:
BIN
packages/components/portaljs-components-0.1.12.tgz
Normal file
BIN
packages/components/portaljs-components-0.1.12.tgz
Normal file
Binary file not shown.
@@ -34,7 +34,7 @@ interface OpenLayersProps {
|
||||
popup?: (selected: any) => JSX.Element;
|
||||
}
|
||||
|
||||
export function OpenLayers({
|
||||
export default function OpenLayers({
|
||||
layers,
|
||||
center = [0, 0],
|
||||
zoom = 1,
|
||||
|
||||
Reference in New Issue
Block a user