UNPKG

@googlemap-react/core

Version:
7 lines (6 loc) 228 B
import { KmlLayerProps } from '../common/types'; declare const KmlLayer: { ({ id, opts, onClick, onDefaultViewportChanged, onStatusChanged, }: KmlLayerProps): null; displayName: string; }; export default KmlLayer;