UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

4 lines (3 loc) 199 B
import { ThemeColorTokens } from '../../theme'; export declare function getColorByLength(colors: ThemeColorTokens, text?: string): string; export declare function getInitials(name?: string): string;