UNPKG

@s1am0nd/asyncapi-react-component

Version:

A React component for AsyncAPI specification.

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