mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +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>;
|
||
|
}
|