UNPKG

@idmwx/idmui-gl3

Version:

idm webgl3

74 lines (73 loc) 2.1 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace show { const type_1: BooleanConstructor; export { type_1 as type }; } namespace bottom { const type_2: StringConstructor; export { type_2 as type }; const _default: string; export { _default as default }; } namespace toggleVersion { const type_3: NumberConstructor; export { type_3 as type }; } } function data(): { lngLat: undefined; source: string; layer: string; labelLayer: string; right: number; }; namespace watch { export namespace show_1 { function handler(): void; const immediate: boolean; } export { show_1 as show }; export namespace map_1 { export function handler(): void; const immediate_1: boolean; export { immediate_1 as immediate }; } export { map_1 as map }; export namespace toggleVersion_1 { export function handler(): void; const immediate_2: boolean; export { immediate_2 as immediate }; } export { toggleVersion_1 as toggleVersion }; } namespace methods { function handleBind(): void; function handleMouseMove(e: any): void; function handleComputeLatLngs(): ({ type: string; geometry: { type: string; coordinates: number[][]; }; properties?: undefined; } | { type: string; geometry: { type: string; coordinates: number[]; }; properties: { val: string; }; })[]; function handleZoomEnd(): void; function handleRender(): void; function handleClear(): void; } }