This commit is contained in:
13
node_modules/licia/randomColor.d.ts
generated
vendored
Normal file
13
node_modules/licia/randomColor.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import random = require('./random');
|
||||
import Color = require('./Color');
|
||||
|
||||
declare function randomColor(): string;
|
||||
declare function randomColor(options: {
|
||||
count?: number;
|
||||
hue?: number;
|
||||
lightness?: number;
|
||||
format?: string;
|
||||
seed?: number;
|
||||
}): string | string[];
|
||||
|
||||
export = randomColor;
|
||||
Reference in New Issue
Block a user