UNPKG

@opendash/plugin-openware

Version:

open.WARE Plugin for open.DASH

12 lines (11 loc) 361 B
import * as Parse from "parse"; import { Report } from "./Report"; export declare const ReportQuery: Parse.Query<Report>; export declare function useReports(): { result: Report[]; count: number; loading: boolean; error: Error; reload: () => void; }; export declare function useFilter(reports: any, source: any, search: any): any;