UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

8 lines (6 loc) 120 B
interface HighlightJS { highlightBlock: (element: HTMLElement) => void; } interface Window { hljs?: HighlightJS; }