UNPKG

@idmwx/idmui-gl4

Version:

idm webgl4

43 lines (42 loc) 1.18 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace sigWaveHeight { const type_1: ObjectConstructor; export { type_1 as type }; } namespace beforeLayer { const type_2: StringConstructor; export { type_2 as type }; } namespace menuToggle { const type_3: ObjectConstructor; export { type_3 as type }; } } function data(): { right: number; toggle: boolean; showCaption: boolean; source: string; heightLayer: string; heightLabelLayer: string; empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>; }; const watch: { 'sigWaveHeight.version': { handler(): void; immediate: boolean; }; }; namespace methods { function handleMenuToggle(): void; function handleRender(): void; function handleClear(): void; } } import * as turf from '@turf/turf';