compileSlots.d.ts 119 B

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