UNPKG

@idmwx/idmui-gl4

Version:

idm webgl4

89 lines (88 loc) 2.45 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace wind { const type_1: ObjectConstructor; export { type_1 as type }; } namespace current { const type_2: ObjectConstructor; export { type_2 as type }; } namespace beforeLayer { const type_3: StringConstructor; export { type_3 as type }; } namespace menuToggle { const type_4: ObjectConstructor; export { type_4 as type }; } namespace theme { const type_5: StringConstructor; export { type_5 as type }; } namespace mapFeather { const type_6: StringConstructor; export { type_6 as type }; } } const emits: never[]; function data(): { toggle: boolean; showCaption: boolean; source: string; barbs: number[]; empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>; right: number; bottom: number; windBarbLoaded: boolean; svgs: { '000kts': string; '002kts': string; '005kts': string; '010kts': string; '015kts': string; '020kts': string; '025kts': string; '030kts': string; '035kts': string; '040kts': string; '045kts': string; '050kts': string; '055kts': string; '060kts': string; '065kts': string; '070kts': string; '075kts': string; '080kts': string; '085kts': string; '090kts': string; '095kts': string; '100kts': string; '105kts': string; }; }; namespace computed { function opacity(): any; } const watch: { 'wind.version': { handler(): void; immediate: boolean; }; 'menuToggle.v': { handler(): void; immediate: boolean; }; }; namespace methods { function handleMenuToggle(): void; function handleRender(): void; function handleClear(): void; } } import * as turf from '@turf/turf';