UNPKG

@builder.io/sdk-vue

Version:
7 lines (6 loc) 211 B
import { markRaw } from 'vue'; /** * Wrap a component ref to prevent it from being observed by Vue. * This reduces overhead and improves performance. */ export declare const wrapComponentRef: typeof markRaw;