仪表盘
版本库
文件存储
活动
搜索
登录
main
/
JLApp
巨力App
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.删除git忽略文件
小小儁爺
2024-05-28
c758a74962bdc481fe4d404d265dc6f0bd47658d
[JLApp.git]
/
node_modules
/
picocolors
/
picocolors.d.ts
1
2
3
4
5
import { Colors } from "./types"
declare const picocolors: Colors & { createColors: (enabled?: boolean) => Colors }
export = picocolors