Files
HelixNotes/src/lib/shims.d.ts
T

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';