UNPKG

vue-konva

Version:

Vue binding to canvas element via Konva framework

4 lines (3 loc) 247 B
import '../../index.d.ts'; import type { ComponentInternalInstance } from 'vue'; export default function applyNodeProps(vueComponent: ComponentInternalInstance, props: Record<string, any>, oldProps: Record<string, any>, useStrict: boolean): void;