mirror of
https://github.com/outline/outline.git
synced 2026-04-29 05:59:33 -05:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
declare module "markdown-it-mark" {
|
|
function plugin(md: any): void;
|
|
|
|
export = plugin;
|
|
}
|