zhangback
2025-12-29 13796df077a2ccba587667e233f7cb48ea6c73b6
1
2
3
4
5
import { Colors } from "./types"
 
declare const picocolors: Colors & { createColors: (enabled?: boolean) => Colors }
 
export = picocolors