Spaces:
Sleeping
Sleeping
| 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; | |
| } | |