UNPKG

@tolokoban/ui

Version:

React components with theme

5 lines 337 B
import { Circumference, OpaqueColorName } from "../../types.js"; export declare function cssForColor(name: OpaqueColorName, alpha?: number): string; export declare function cssForColorOn(name: OpaqueColorName): string; export declare function cssForGaps(params: Circumference, unit?: string): string; //# sourceMappingURL=styles.d.ts.map