UNPKG

@smartface/plugin-firebase

Version:

Smartface Firebase Plugin for Smartface Native Framework

5 lines (4 loc) 164 B
import type userAndroid from './user-Android'; import type userIOS from './user-iOS'; declare const User: typeof userAndroid & typeof userIOS; export default User;