UNPKG

redoc

Version:
11 lines (10 loc) 296 B
import * as React from 'react'; export interface CallbackTitleProps { name: string; opened?: boolean; httpVerb: string; deprecated?: boolean; className?: string; onClick?: () => void; } export declare const CallbackTitle: (props: CallbackTitleProps) => React.JSX.Element;