UNPKG

@withjoy/joykit

Version:
14 lines (13 loc) 297 B
declare const TEXT: { color: string; }; declare const COLORS: { BLACK_PRIMARY: string; BLACK_SECONDARY: string; BLUE_PRIMARY: string; GRAY_PRIMARY: string; GRAY_SECONDARY: string; GRAY_TERTIARY: string; RED_PRIMARY: string; }; export { TEXT, COLORS };