mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08: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>;
|
|
}
|