cyy
2024-08-26 41e6159cfa12416155adcd6747e48fab28ffc534
1
2
3
4
5
import { Colors } from "./types"
 
declare const picocolors: Colors & { createColors: (enabled?: boolean) => Colors }
 
export = picocolors