UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

6 lines (5 loc) 172 B
import * as React from 'react'; export declare type ShadowPortalProps = { children: React.ReactNode; }; export declare const ShadowPortal: React.FC<ShadowPortalProps>;