Files
2025-11-24 23:24:06 +08:00

3 lines
119 B
TypeScript

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