Is there Javascript sdk and example available for MFA?

Hi Auth0 Community,

We have need to not use the MFA template’s Auth0MFAWidget due to it’s limitation of UI customization and would want to custom make MFA template by Javascript sdk. Is there Javascript sdk and example available for MFA? For Universal Login template, there is auth0.js available (Auth0.js v9 Reference).

Default MFA template’s widget:

return new Auth0MFAWidget()

Thanks