UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

4 lines 201 B
import React from 'react'; import { Props } from './Schema'; export declare const SchemaItems: ({ schema }: Pick<Props, 'schema'>) => React.JSX.Element | null; //# sourceMappingURL=SchemaItems.d.ts.map