UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

9 lines 260 B
import React from 'react'; import { SchemaInterface } from '@asyncapi/parser'; interface Props { schemaName: string; schema: SchemaInterface; } export declare const Schema: React.FunctionComponent<Props>; export {}; //# sourceMappingURL=Schema.d.ts.map