UNPKG

redoc

Version:
12 lines (11 loc) 304 B
import * as React from 'react'; export interface ResponseTitleProps { code: string; title: string; type: string; empty?: boolean; opened?: boolean; className?: string; onClick?: () => void; } export declare const ResponseTitle: React.NamedExoticComponent<ResponseTitleProps>;