package.dist.esm.components.navigation-control.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import type { ControlPosition, NavigationControlInstance } from '../types';
export declare type NavigationControlProps = OptionsT & {
/** Placement of the control relative to the map. */
position?: ControlPosition;
/** CSS style override, applied to the control's container */
style?: React.CSSProperties;
};
declare function NavigationControl(props: NavigationControlProps): null;
declare const _default: React.MemoExoticComponent;
export default _default;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy