UNPKG

@smartface/plugin-firebase

Version:

Smartface Firebase Plugin for Smartface Native Framework

5 lines (4 loc) 156 B
import type appAndroid from './app-Android'; import type appIOS from './app-iOS'; declare const App: typeof appAndroid & typeof appIOS; export default App;