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

  const plugin: Plugin;
  export default plugin;
};