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

  const plugin: Plugin;
  export default plugin;
}