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) 189 B
import React, { FC } from "react"; type Props = { onCloseBtn: () => void; closeButton?: React.ReactNode; }; declare const CloseButton: FC<Props>; export default CloseButton;