UNPKG

react-firehooks

Version:

Lightweight dependency-free collection of React hooks for Firebase

7 lines (6 loc) 242 B
import type { DataSnapshot, Query } from "firebase/database"; /** * @internal */ export declare function isQueryEqual(a: Query | undefined, b: Query | undefined): boolean; export declare const defaultConverter: (snap: DataSnapshot) => any;