UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 187 B
import React from "react"; import * as maplibregl from "maplibre-gl"; interface Props { map: maplibregl.Map; } declare const ZoomButtons: React.FC<Props>; export default ZoomButtons;