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

  const plugin: Plugin;
  export default plugin;
}