mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:19:31 +08:00
5 lines
138 B
Text
5 lines
138 B
Text
import { Colors } from "./types"
|
|
|
|
declare const picocolors: Colors & { createColors: (enabled?: boolean) => Colors }
|
|
|
|
export = picocolors
|