UNPKG

@idmwx/idmui-gl4

Version:

idm webgl4

40 lines (39 loc) 1.07 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace swell { const type_1: ObjectConstructor; export { type_1 as type }; } namespace beforeLayer { const type_2: StringConstructor; export { type_2 as type }; } namespace activeWeatherLayers { const type_3: ArrayConstructor; export { type_3 as type }; } } function data(): { source: string; directionLayer: string; heightLayer: string; heightLabelLayer: string; empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>; }; const watch: { 'swell.version': { handler(): void; deep: boolean; }; }; namespace methods { function handleRender(): void; function handleClear(): void; } } import * as turf from '@turf/turf';