vue-cesium
Version:
Vue 3.x components for CesiumJS.
7 lines (6 loc) • 320 B
TypeScript
import { VcComponentInternalInstance } from 'vue-cesium/es/utils/types';
export default function (props: any, ctx: any, vcInstance: VcComponentInternalInstance): {
transformProps: <T>(props: T, childProps?: any) => T;
unwatchFns: import("vue").WatchStopHandle[];
setPropsWatcher: (register: any) => void;
};