summaryrefslogtreecommitdiff
path: root/node_modules/pigeon-maps/lib/controls/ZoomControl.d.ts
blob: 30aeff8f76232150aeb9d4f4bc5b652e04071796 (plain) (blame)
1
2
3
4
5
6
7
8
import React from 'react';
import { PigeonProps } from '../types';
interface ZoomProps extends PigeonProps {
    style?: React.CSSProperties;
    buttonStyle?: React.CSSProperties;
}
export declare function ZoomControl({ style, buttonStyle, setCenterZoom, mapState, mapProps }: ZoomProps): JSX.Element;
export {};