UNPKG

@vue/test-utils

Version:

Component testing utils for Vue 3.

3 lines (2 loc) 119 B
import * as vue from 'vue'; export declare function processSlot(source?: string, Vue?: typeof vue): (ctx?: {}) => any;