UNPKG

@idmwx/idmui-gl4

Version:

idm webgl4

44 lines (43 loc) 1.14 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace zone { const type_1: ObjectConstructor; export { type_1 as type }; } namespace beforeLayer { const type_2: StringConstructor; export { type_2 as type }; } } function setup(): { Theme: import("vuetify").ThemeInstance; }; function data(): { source: string; zoneLayer: string; zoneBorderLayer: string; zoneLabelLayer: string; marker: null; }; namespace computed { function timeZoneName(): (timeZone: any) => any; } namespace watch { export namespace zone_1 { function handler(): void; const immediate: boolean; } export { zone_1 as zone }; } namespace methods { function handleRender(): void; function handleClear(): void; function handleHover(e: any): void; function handleLeave(): void; } }