UNPKG

@documedis-components/prescription-sign

Version:

React component for signing electronic prescriptions with HIN authentication

4 lines (3 loc) 408 B
export { PrescriptionSign } from './prescription-signing/client'; export { usePrescriptionSigning } from './prescription-signing/client'; export type { PrescriptionSignErrorEvent, PrescriptionSignErrorType, PrescriptionSignFlowEvent, PrescriptionSignFlowStep, PrescriptionSignLogEvent, PrescriptionSignLogger, PrescriptionSignProps, UsePrescriptionSigningProps, } from './prescription-signing/client/types';