mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
declare module 'module-punycode' {
|
|
export * from 'node:punycode';
|
|
}
|