UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

8 lines (7 loc) 342 B
/** * @description Handles error message generation * * @param {string} key - Key represents attribute name of button. * @param {string} value - Value represents attribute value received from the input. */ export declare const throwErrorMessage: (componentName: string, id: string, key: string, value: any, DEFAULT_VALUES: any) => void;