UNPKG

@oxyhq/services

Version:

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

9 lines • 252 B
import React from 'react'; interface SectionTitleProps { title: string; theme: 'light' | 'dark'; style?: any; } declare const SectionTitle: React.FC<SectionTitleProps>; export default SectionTitle; //# sourceMappingURL=SectionTitle.d.ts.map