mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
6 lines
235 B
TypeScript
6 lines
235 B
TypeScript
// Ambient type shims for markdown-it plugins that ship without their own TypeScript
|
|
// declarations. Type-only; no runtime effect.
|
|
declare module 'markdown-it-mark';
|
|
declare module 'markdown-it-sub';
|
|
declare module 'markdown-it-sup';
|