UNPKG

redoc

Version:
7 lines (6 loc) 200 B
/// <reference types="react" /> export interface ExampleValueProps { value: any; mimeType: string; } export declare function ExampleValue({ value, mimeType }: ExampleValueProps): JSX.Element;