UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

3 lines (2 loc) 142 B
/** Asynchronously loads the theme with the specified name. */ export declare const loadTheme: (name: string) => Promise<string | undefined>;