UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

17 lines 486 B
import React from 'react'; import { SchemaInterface } from '@asyncapi/parser'; interface Props { schemaName?: React.ReactNode; schema?: SchemaInterface; required?: boolean; isPatternProperty?: boolean; isProperty?: boolean; isCircular?: boolean; dependentRequired?: string[]; expanded?: boolean; onlyTitle?: boolean; isArray?: boolean; } export declare const Schema: React.FunctionComponent<Props>; export {}; //# sourceMappingURL=Schema.d.ts.map