UNPKG

react-azure-maps-next-js

Version:
7 lines (6 loc) 563 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) => JSX.Element; export { AzureMapLayerContext, AzureMapLayerConsumer, AzureMapLayerStatefulProvider as AzureMapLayerProvider };