UNPKG

@documedis-components/prescription-sign

Version:

React component for signing electronic prescriptions with HIN authentication

3 lines (2 loc) 268 B
import { PrescriptionSignProps } from './types'; export declare function PrescriptionSign({ environment, accessToken, chmed, sessionToken, onSessionTokenUpdate, onSuccess, onError, logger, className, }: PrescriptionSignProps): import("react/jsx-runtime").JSX.Element;