UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

8 lines (7 loc) 184 B
import * as React from 'react'; export declare type OverlayProps = { className?: string; fixed?: boolean; }; declare const Overlay: React.FC<OverlayProps>; export { Overlay };