@quillforms/utils
Version:
Utils package for defining some helpful functions
9 lines • 309 B
TypeScript
/**
* 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