forked from riccardoperra/codeimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
23 lines (23 loc) · 689 Bytes
/
index.ts
File metadata and controls
23 lines (23 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export * from './arcDark';
export * from './coldarkCold';
export * from './coldarkDark';
export * from './dracula';
export * from './duotoneDark';
export * from './duotoneSea';
export * from './githubDark';
export * from './githubLight';
export * from './holi';
export * from './light';
export * from './materialLight';
export * from './materialOcean';
export * from './materialPalenight';
export * from './materialVolcano';
export * from './moonlight';
export * from './nightOwl';
export * from './oneDark';
export * from './panda';
export * from './poimandres';
export * from './shadeOfPurple';
export * from './synthwave84';
export * from './vitesseDark';
export * from './vsCodeDark';