UNPKG

ucc-ui

Version:

ucc-ui components library

9 lines (8 loc) 294 B
import { ComponentInternalInstance } from 'vue'; import { UDynamicCompProps } from '../types'; interface HandleHooksOpts { uid?: string; instance?: ComponentInternalInstance | null; } export default function handleHooks(this: UDynamicCompProps, opts: HandleHooksOpts): void; export {};