UNPKG

react-azure-maps

Version:
7 lines (6 loc) 569 B
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 };