UNPKG

@documedis/react-components

Version:

React components for Documedis healthcare applications - prescription signing, pharmacy selection, and more

3 lines (2 loc) 223 B
import { PrescriptionSignProps } from './types'; export declare const PrescriptionSign: ({ onSuccess, onError, onSessionTokenUpdate, className, ...props }: PrescriptionSignProps) => import("react/jsx-runtime").JSX.Element;