UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

4 lines (3 loc) 160 B
import { Colors } from './types'; export declare function getInitials(name?: string): string; export declare const getColorFromName: (name?: string) => Colors;