UNPKG

conduction-components

Version:

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

10 lines (9 loc) 231 B
import * as React from "react"; interface DownloadCardProps { icon: JSX.Element; label: string; sizeKb: string; layoutClassName?: string; } export declare const DownloadCard: React.FC<DownloadCardProps>; export {};