UNPKG

qol-hooks

Version:

A collection of React hooks to improve the quality of life of developers.

4 lines (3 loc) 183 B
type Colors = "black" | "red" | "green" | "yellow" | "blue" | "magenta" | "cyan" | "white" | "crimson"; export default function color(color: Colors, text: string): string; export {};