UNPKG

@tolokoban/ui

Version:

React components with theme

16 lines 690 B
import { ColorLevel } from "../types"; export default class ClassNames { private readonly signature; constructor(); readonly colorPrimary: (level?: ColorLevel) => string; readonly colorSecondary: (level?: ColorLevel) => string; readonly colorTertiary: (level?: ColorLevel) => string; readonly colorNeutral: (level?: ColorLevel) => string; join(...items: unknown[]): string; padding(...values: Array<"none" | "XS" | "S" | "M" | "L" | "XL">): string; margin(...values: Array<"none" | "XS" | "S" | "M" | "L" | "XL">): string; display(type: "flex" | "grid"): string; private cls; private readonly init; } //# sourceMappingURL=class-names.d.ts.map