UNPKG

trust-mfa-sdk

Version:

TrustJS - Blockchain-powered MFA verification SDK. Trust is the only way.

5 lines 313 B
export * from "./utils/errors.js"; export { default as TrustJS, default } from "./core/TrustJS.js"; export { TrustJSProvider, TrustButton, TrustForm, TrustFormWrapper, TrustModal } from "./components/index.js"; export { useTrustJS, usePayment, useMfa } from "./hooks/index.js"; //# sourceMappingURL=index.d.ts.map