UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

6 lines (3 loc) 194 B
import { ShadedColors } from './types.mjs'; declare const generateShadingColors: (partialShading: Omit<Partial<ShadedColors>, "0" | "1000">) => ShadedColors; export { generateShadingColors };