first
This commit is contained in:
20
safekiso-server/node_modules/snyk/dist/lib/theme.d.ts
generated
vendored
Normal file
20
safekiso-server/node_modules/snyk/dist/lib/theme.d.ts
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
export declare const icon: {
|
||||
RUN: string;
|
||||
VALID: string;
|
||||
ISSUE: string;
|
||||
WARNING: string;
|
||||
INFO: string;
|
||||
};
|
||||
export declare const color: {
|
||||
status: {
|
||||
error: (text: string) => string;
|
||||
warn: (text: string) => string;
|
||||
success: (text: string) => string;
|
||||
};
|
||||
severity: {
|
||||
critical: (text: string) => string;
|
||||
high: (text: string) => string;
|
||||
medium: (text: string) => string;
|
||||
low: (text: string) => string;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user