UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

9 lines (8 loc) 272 B
/// <reference types="react" /> export interface Props { visible?: boolean; onClose: (birthDate?: string) => void; minAge: number; } declare const AgeVerificationModal: ({ visible, onClose, minAge }: Props) => JSX.Element; export default AgeVerificationModal;