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