UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

14 lines (13 loc) 362 B
import Vue from "vue"; import * as tsx from "vue-tsx-support"; export interface VueWebComponentSlotProperties { providedBy: Vue; wcSlot?: string; } export declare class VueWebComponentSlot extends tsx.Component<VueWebComponentSlotProperties> { providedBy: any; wcSlot: string; private renderDefault; mounted(): void; render(): any; }