UNPKG

payload-totp

Version:

Add an extra security layer to PayloadCMS using a Time-based One-time Password (TOTP).

7 lines (6 loc) 180 B
type Args = { children: React.ReactNode; modalSlug: string; }; export default function RemoveButton({ children, modalSlug }: Args): import("react").JSX.Element; export {};