@idmwx/idmui-gl2-h5
Version:
idm webgl
36 lines (35 loc) • 929 B
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace map {
const type: ObjectConstructor;
}
namespace prmsl {
const type_1: ObjectConstructor;
export { type_1 as type };
}
namespace beforeLayer {
const type_2: StringConstructor;
export { type_2 as type };
}
}
function data(): {
source: string;
layer: string;
labelLayer: string;
pointLabelLayer: string;
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
};
const watch: {
'prmsl.version': {
handler(): void;
deep: boolean;
};
};
namespace methods {
function handleRender(): void;
function handleClear(): void;
}
}
import * as turf from '@turf/turf';