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