UNPKG

@seliseblocks/next-forms

Version:
17 lines (13 loc) 319 B
import hljs from "highlight.js"; import "highlight.js/styles/base16/tomorrow-night.css"; declare global { interface Window { hljs: any; } } hljs.configure({ languages: ["javascript", "sh", "bash", "html", "scss", "css", "json"], }); if (typeof window !== "undefined") { window.hljs = hljs; }