kjelsrud.dev/node_modules/@mdx-js/mdx/lib/plugin/rehype-remove-raw.d.ts

4 lines
312 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
export function rehypeRemoveRaw(this: import("unified").Processor<void, import("hast").Root, void, void>): void | import("unified").Transformer<import("hast").Root, import("hast").Root>;
export type Root = import('hast').Root;
export type DoNotRemoveUsedToAddRawToNodeType = typeof import("mdast-util-to-hast");