File size: 264 Bytes
91c3567
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
declare module "highlight.js/styles/atom-one-dark.css" {
  const content: { [className: string]: string };
  export default content;
}

declare module "highlight.js/styles/github.css" {
  const content: { [className: string]: string };
  export default content;
}