UNPKG

nativescript-plugin-firebase-ssi

Version:
14 lines (12 loc) 427 B
// the main monolith export * from './firebase'; // the modules that have already been extracted from the monolith (which can be imported separately) export * from './admob'; export * from './analytics'; export * from './crashlytics'; export * from './performance'; export * from './storage'; export * from './messaging'; export * from './inappmessaging'; import * as ml from './mlkit'; export declare const mlkit: typeof ml;