mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
declare module "rehype-raw" {
|
|
const rehypeRaw: any
|
|
export default rehypeRaw
|
|
}
|