hrms-manual/node_modules/@vue/test-utils/dist/utils/compileSlots.d.ts

3 lines
119 B
TypeScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
import * as vue from 'vue';
export declare function processSlot(source?: string, Vue?: typeof vue): (ctx?: {}) => any;