UNPKG

@cardscan.ai/insurance-cardscan-react

Version:

A library that makes it easy to add health insurance card scanning to any web application

8 lines (7 loc) 257 B
import { ReactNode } from "react"; type GeneralModalProps = { show: boolean; children: ReactNode; }; declare const GeneralModal: ({ show, children }: GeneralModalProps) => import("react/jsx-runtime").JSX.Element; export default GeneralModal;