mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-22 12:15:46 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
declare module 'remark-html' {
|
|
const html: any
|
|
export default html
|
|
}
|