UNPKG

@smartface/plugin-firebase

Version:

Smartface Firebase Plugin for Smartface Native Framework

5 lines (4 loc) 220 B
import type crashlyticsAndroid from './crashlytics-Android'; import type crashlyticsIOS from './crashlytics-iOS'; declare const Crashlytics: typeof crashlyticsAndroid & typeof crashlyticsIOS; export default Crashlytics;