mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
|
|
declare module "@ssddanbrown/codemirror-lang-smarty" {
|
||
|
|
import type { StreamParser } from "@codemirror/language"
|
||
|
|
export const smarty: StreamParser<unknown>;
|
||
|
|
}
|