UNPKG

@helenejs/react

Version:

Real-time Web Apps for Node.js

3 lines (2 loc) 183 B
import { Collection, CollectionOptions } from '@helenejs/data'; export declare function useCollection(options?: CollectionOptions): Collection<import("@helenejs/data").BaseDocument>;