index.d.ts

1declare module "remark-html" {
2  import { Plugin } from 'unified';
3
4  const plugin: Plugin;
5  export default plugin;
6};