UNPKG

iking-utils

Version:

金合前端工具库

11 lines (10 loc) 286 B
/** * @description: Get slot to prevent empty error */ export declare function getSlot(slots: any, slot?: string, data?: any): any; /** * extends slots * @param slots * @param excludeKeys */ export declare function extendSlots(slots: any, excludeKeys?: string[]): any;