UNPKG

@oxyhq/services

Version:

Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀

14 lines • 748 B
export { default as ProfileCard } from './ProfileCard'; export { default as Section } from './Section'; export { default as SectionTitle } from './SectionTitle'; export { default as GroupedItem } from './GroupedItem'; export { default as GroupedSection } from './GroupedSection'; export { default as QuickActions } from './QuickActions'; export { default as Header } from './Header'; export { default as Avatar } from './Avatar'; export { default as FollowButton } from './FollowButton'; export { FontLoader, setupFonts } from './FontLoader'; export { default as OxyLogo } from './OxyLogo'; export { default as OxySignInButton } from './OxySignInButton'; export { default as OxyPayButton } from './OxyPayButton'; //# sourceMappingURL=index.d.ts.map