UNPKG

@quillforms/utils

Version:
9 lines 309 B
/** * Function that checks if the parameter is a valid icon. * * @param {*} icon Parameter to be checked. * * @return {boolean} True if the parameter is a valid icon and false otherwise. */ export declare function isValidIcon(icon: unknown): boolean; //# sourceMappingURL=is-valid-icon.d.ts.map