Initial Commit
This commit is contained in:
5
node_modules/color-parse/index.d.ts
generated
vendored
Normal file
5
node_modules/color-parse/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function parse(color: string): {
|
||||
space: 'rgb' | 'hsl' | 'hwb' | 'cmyk' | 'lab' | 'lch' | 'oklab' | 'oklch' | string;
|
||||
values: number[];
|
||||
alpha: number;
|
||||
}
|
||||
Reference in New Issue
Block a user