@idmwx/idmui-gl4
Version:
idm webgl4
60 lines (59 loc) • 1.73 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
const components: undefined;
namespace props {
namespace map {
const type: ObjectConstructor;
}
namespace token {
const type_1: StringConstructor;
export { type_1 as type };
}
namespace beforeLayer {
const type_2: StringConstructor;
export { type_2 as type };
const _default: string;
export { _default as default };
}
namespace forecastModel {
const type_3: StringConstructor;
export { type_3 as type };
}
namespace mapFeather {
const type_4: StringConstructor;
export { type_4 as type };
}
namespace simple {
const type_5: BooleanConstructor;
export { type_5 as type };
const _default_1: boolean;
export { _default_1 as default };
}
}
const emits: never[];
function data(): {
weatherCheckList: never[];
otherCheckList: never[];
layerVersion: number;
autoActive: boolean;
tropicals: undefined;
playerBottom: number;
gateway: string;
assistGateway: string[];
defaultMeteoToken: string;
};
namespace watch {
export namespace map_1 {
function handler(): void;
const immediate: boolean;
}
export { map_1 as map };
export namespace layerVersion {
export function handler(): void;
const immediate_1: boolean;
export { immediate_1 as immediate };
}
}
const methods: {};
}