Skip to content

Commit 8f83787

Browse files
committed
irrelevant now
1 parent 16b555a commit 8f83787

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

packages/bundle-size-checker/src/types.d.ts

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -102,52 +102,3 @@ interface PrInfo {
102102
sha: string;
103103
};
104104
}
105-
106-
// Check the PR message for available colors: https://github.com/mui/mui-public/pull/332
107-
type KatexColor =
108-
| 'blueviolet'
109-
| 'aquamarine'
110-
| 'brown'
111-
| 'cadetblue'
112-
| 'darkorchid'
113-
| 'chocolate'
114-
| 'cornflowerblue'
115-
| 'cyan'
116-
| 'darkgray'
117-
| 'darkslateblue'
118-
| 'forestgreen'
119-
| 'fuchsia'
120-
| 'gold'
121-
| 'goldenrod'
122-
| 'gray'
123-
| 'green'
124-
| 'greenyellow'
125-
| 'lavender'
126-
| 'lightgray'
127-
| 'limegreen'
128-
| 'magenta'
129-
| 'maroon'
130-
| 'mediumpurple'
131-
| 'midnightblue'
132-
| 'navajowhite'
133-
| 'olive'
134-
| 'orange'
135-
| 'orangered'
136-
| 'orchid'
137-
| 'pink'
138-
| 'plum'
139-
| 'purple'
140-
| 'red'
141-
| 'royalblue'
142-
| 'salmon'
143-
| 'seagreen'
144-
| 'silver'
145-
| 'skyblue'
146-
| 'springgreen'
147-
| 'tan'
148-
| 'thistle'
149-
| 'tomato'
150-
| 'turquoise'
151-
| 'violet'
152-
| 'yellow'
153-
| 'yellowgreen';

0 commit comments

Comments
 (0)