UNPKG

react-azure-maps

Version:
5 lines (4 loc) 200 B
import React from 'react'; import { IAzureMapFeature } from '../../types'; declare const AzureMapFeature: React.MemoExoticComponent<(props: IAzureMapFeature) => null>; export default AzureMapFeature;