UNPKG

@nexusui/theme

Version:

This is a simple MUI theme drop in for your React application, which aims to be the source of truth for the NexusUI Design system.

8 lines (7 loc) 274 B
/** * Get Highlight color by initials(E.g.: AA) * @param {initials} - One or two characters are supported. * @param {mode} - 'light' | 'dark' * @returns {string} - A fixed highlight color */ export declare const getHighlightColorByInitials: (initials: string) => any;