UNPKG

@jmarioste/codebox

Version:

Code highlighting tool for Editor.js using prismjs and tailwindcss for styling

5 lines 86 B
export interface CodeBoxData { code: string; language: string; theme?: string; }