UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

15 lines 526 B
import React from 'react'; import type { Database } from '../../db/database.js'; interface FactsViewProps { db: Database; projectPath: string; initialQuery?: string; type?: string; province?: string; limit?: number; filterProjectPath?: string; currentProjectOnly?: boolean; } export declare function FactsView({ db, projectPath, initialQuery, type, province, limit, filterProjectPath, currentProjectOnly, }: FactsViewProps): React.JSX.Element; export {}; //# sourceMappingURL=FactsView.d.ts.map