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