UNPKG

@superdoc-dev/esign

Version:

React eSignature component for SuperDoc

7 lines 388 B
import { SignatureInput, CheckboxInput } from './defaults'; import type * as Types from "./types"; export * from './types'; export { SignatureInput, CheckboxInput }; declare const SuperDocESign: import('react').ForwardRefExoticComponent<Types.SuperDocESignProps & import('react').RefAttributes<Types.SuperDocESignHandle>>; export default SuperDocESign; //# sourceMappingURL=index.d.ts.map