mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module 'remark-html' {
|
|
const html: any;
|
|
export default html;
|
|
}
|