@frank-auth/react
Version:
Flexible and customizable React UI components for Frank Authentication
48 lines (47 loc) • 1.37 kB
JavaScript
'use client';
import { UserButton as r } from "./user-button/user-button.js";
import { UserProfile as f } from "./user-button/user-profile.js";
import { UserAvatar as o } from "./user-button/user-avatar.js";
import { UserProfile as i } from "./user-profile/user-profile.js";
import { UserProfileModal as p } from "./user-profile/user-profile-modal.js";
import { useUserProfileModal as F } from "./user-profile/user-profile-modal.js";
import { ProfileForm as e } from "./user-profile/profile-form.js";
import { SecurityPanel as t } from "./user-profile/security-panel.js";
import { MFASetup as m } from "./user-profile/mfa-setup.js";
import { PasskeySetup as s } from "./user-profile/passkey-setup.js";
const C = {
UserButton: r,
UserProfile: i,
UserProfileModal: p,
UserAvatar: o,
ProfileForm: e,
SecurityPanel: t,
MFASetup: m,
PasskeySetup: s
}, S = {
UserButton: r,
UserAvatar: o,
UserProfile: f
}, x = {
ProfileForm: e,
SecurityPanel: t,
MFASetup: m,
PasskeySetup: s
};
export {
m as MFASetup,
s as PasskeySetup,
e as ProfileForm,
t as SecurityPanel,
o as UserAvatar,
r as UserButton,
C as UserComponents,
S as UserInterfaceComponents,
x as UserManagementComponents,
i as UserProfile,
f as UserProfileDropdown,
p as UserProfileModal,
r as default,
F as useUserProfileModal
};
//# sourceMappingURL=index.js.map