aboutsummaryrefslogtreecommitdiffstats
path: root/webui/types/remark-html/index.d.ts
blob: 6b6e7ef719203d03dde31ac0ac21969bd609ef88 (plain) (blame)
1
2
3
4
5
6
declare module "remark-html" {
  import { Plugin } from 'unified';

  const plugin: Plugin;
  export default plugin;
};