UNPKG

442 BTypeScriptView Raw
1import { getValue as _getValue, getString as _getString, getNumber as _getNumber, getBoolean as _getBoolean, getAll as _getAll } from 'rxfire/remote-config';
2export declare const getValueChanges: typeof _getValue;
3export declare const getStringChanges: typeof _getString;
4export declare const getNumberChanges: typeof _getNumber;
5export declare const getBooleanChanges: typeof _getBoolean;
6export declare const getAllChanges: typeof _getAll;