UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

5 lines (4 loc) 140 B
import type { RGB } from '../types/color'; export declare const green: RGB; export declare const blue: RGB; export declare const gray: RGB;