UNPKG

@idmwx/idmui-gl4

Version:

idm webgl4

61 lines (60 loc) 1.69 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace beforeLayer { const type_1: StringConstructor; export { type_1 as type }; } namespace forecastModel { const type_2: StringConstructor; export { type_2 as type }; } namespace show { const type_3: BooleanConstructor; export { type_3 as type }; } namespace followList { const type_4: ArrayConstructor; export { type_4 as type }; } namespace realTime { const type_5: StringConstructor; export { type_5 as type }; } } function setup(): { Theme: import("vuetify").ThemeInstance; }; function data(): { source: string; layer: string; position: {}; showInfo: boolean; marker: null; }; namespace computed { function computePosition(): (point: any) => string; } namespace watch { export namespace show_1 { function handler(): void; const immediate: boolean; } export { show_1 as show }; export namespace followList_1 { function handler(): void; } export { followList_1 as followList }; } namespace methods { function handleRender(): void; function handleClear(): void; function handleClick(event: any): void; function handleHover(event: any): void; function handleLeave(): void; } }