UNPKG

@idmwx/idmui-gl4

Version:

idm webgl4

60 lines (59 loc) 1.65 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; 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 }; } } function setup(): { Theme: import("vuetify").ThemeInstance; }; const emits: string[]; function data(): { source: string; layer: string; showInfo: boolean; portId: string; hoverPort: {}; port: {}; marker: undefined; showDetail: boolean; }; 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; function handleCloseDetail(): void; } }