UNPKG

redoc

Version:
7 lines (6 loc) 206 B
import * as React from 'react'; export interface ExampleValueProps { value: any; mimeType: string; } export declare function ExampleValue({ value, mimeType }: ExampleValueProps): React.JSX.Element;