UNPKG

@cardscan.ai/insurance-cardscan-react

Version:

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

7 lines (6 loc) 220 B
import React from "react"; declare const MobilePortal: ({ children, elementId, }: { children: React.ReactNode; elementId: string; }) => import("react/jsx-runtime").JSX.Element; export default MobilePortal;