UNPKG

@s1am0nd/asyncapi-react-component

Version:

A React component for AsyncAPI specification.

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