UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

15 lines (14 loc) 430 B
/** @format */ import { Slots } from 'vue'; /** * @description: Get slot to prevent empty error */ export declare function getSlot(slots: Slots, slot?: string, data?: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[]; /** * extends slots * @param slots * @param excludeKeys */ export declare function extendSlots(slots: Slots, excludeKeys?: string[]): any;