react-azure-maps
Version:
React Wrapper for Azure Maps
7 lines (6 loc) • 569 B
TypeScript
import React from 'react';
import { IAzureLayerStatefulProviderProps } from '../types';
declare const AzureMapLayerContext: React.Context<import("../types").IAzureMapLayerContextState>;
declare const AzureMapLayerConsumer: React.Consumer<import("../types").IAzureMapLayerContextState>;
declare const AzureMapLayerStatefulProvider: ({ id, options, type, events, lifecycleEvents, onCreateCustomLayer }: IAzureLayerStatefulProviderProps) => React.JSX.Element;
export { AzureMapLayerContext, AzureMapLayerConsumer, AzureMapLayerStatefulProvider as AzureMapLayerProvider };