UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 229 B
import { ThemeGrayScaleColors } from '@/ui/theme'; export declare const calculateGrayScale: ({ newGray1, interfaceBackground, }: { newGray1: string; interfaceBackground: string; }) => Omit<ThemeGrayScaleColors, "gray4">;