source: trip-planner-front/node_modules/colorette/index.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1interface Style {
2 (string: string): string
3}
4
5export const options: {
6 enabled: boolean
7}
8
9export const reset: Style
10export const bold: Style
11export const dim: Style
12export const italic: Style
13export const underline: Style
14export const inverse: Style
15export const hidden: Style
16export const strikethrough: Style
17export const black: Style
18export const red: Style
19export const green: Style
20export const yellow: Style
21export const blue: Style
22export const magenta: Style
23export const cyan: Style
24export const white: Style
25export const gray: Style
26export const bgBlack: Style
27export const bgRed: Style
28export const bgGreen: Style
29export const bgYellow: Style
30export const bgBlue: Style
31export const bgMagenta: Style
32export const bgCyan: Style
33export const bgWhite: Style
34export const blackBright: Style
35export const redBright: Style
36export const greenBright: Style
37export const yellowBright: Style
38export const blueBright: Style
39export const magentaBright: Style
40export const cyanBright: Style
41export const whiteBright: Style
42export const bgBlackBright: Style
43export const bgRedBright: Style
44export const bgGreenBright: Style
45export const bgYellowBright: Style
46export const bgBlueBright: Style
47export const bgMagentaBright: Style
48export const bgCyanBright: Style
49export const bgWhiteBright: Style
Note: See TracBrowser for help on using the repository browser.