UNPKG

refractor

Version:

Lightweight, robust, elegant virtual syntax highlighting using Prism

8 lines (7 loc) 203 B
/** @type {import('../core.js').Syntax} */ declare function properties(Prism: any): void; declare namespace properties { let displayName: string; let aliases: any[]; } export default properties;