UNPKG

redoc

Version:
10 lines (9 loc) 280 B
import * as React from 'react'; import { AppStore } from '../../services/AppStore'; export interface ApiInfoProps { store: AppStore; } export declare class ApiInfo extends React.Component<ApiInfoProps> { handleDownloadClick: (e: any) => void; render(): JSX.Element; }