UNPKG

lingo3d-vue

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines (4 loc) 327 B
import { Ref } from "vue"; export declare const applyChanges: (managerRef: Ref<any | Array<any>> | undefined, manager: any | Array<any> | undefined, diff: Ref<Array<[string, any]>>, defaults: Record<string, any>) => void; declare const _default: (props: Record<string, any>, ManagerClass: any) => any; export default _default;