UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

4 lines (3 loc) 188 B
import { Color } from "../Color"; import { Palette } from "../Palette"; export declare const getPaletteMatchingColorsByKey: (palettes: Record<string, Palette>) => Record<string, Color[]>;