hub-api-playground / index.d.ts
enzostvs's picture
enzostvs HF Staff
add theme provider
91c3567
raw
history blame
264 Bytes
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;
}