Notes/packages/codemirror/src/augmentation.d.ts

5 lines
166 B
TypeScript
Raw Normal View History

2025-05-11 13:21:57 +03:00
declare module "@ssddanbrown/codemirror-lang-smarty" {
import type { StreamParser } from "@codemirror/language"
export const smarty: StreamParser<unknown>;
}