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