UNPKG

@tntx/text-avatar-react

Version:
14 lines (13 loc) 405 B
import type { ThemeType, ColorsType } from "./type"; export declare const images: any; export declare const colors: ColorsType; export declare const letterList: string[]; export declare const getColors: ({ letter, empStatus, randomColor, theme, }: { letter: string; empStatus: number; randomColor: boolean; theme: ThemeType; }) => { colorIndex: number; currentColors: string[]; };