UNPKG

iking-utils-test

Version:

金合前端工具库(1.2.9版本之后需要注册KEY)

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;