UNPKG

@safepassage/sdk

Version:

SafePassage SDK - Lightweight redirect-based age verification

5 lines (4 loc) 188 B
import React from 'react'; import type { SafePassageOptions } from '../types'; declare const SafePassageVerification: React.FC<SafePassageOptions>; export default SafePassageVerification;