UNPKG

redoc

Version:
6 lines (5 loc) 182 B
/// <reference types="react" /> import { SchemaModel } from '../../services'; export declare function ArrayItemDetails({ schema }: { schema: SchemaModel; }): JSX.Element | null;