UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

7 lines (6 loc) 151 B
import * as React from "react"; interface CasesTableProps { cases: any[]; } export declare const CasesTable: React.FC<CasesTableProps>; export {};