UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

16 lines (15 loc) 278 B
"use client"; import { theme as o } from "./theme.js"; const r = { ...o, colorDo: "#808080", colorRe: "#3d3d3d", colorMi: "#d5d5d5", colorFa: "#a9a9a9", colorSol: "#494949", colorLa: "#e7e7e7" }; export { r as theme }; //# sourceMappingURL=themeDovzhenko.js.map