UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

10 lines 316 B
import React from 'react'; import { SecurityRequirementsInterface } from '@asyncapi/parser'; interface Props { security: SecurityRequirementsInterface[]; protocol?: string; header?: string; } export declare const Security: React.FunctionComponent<Props>; export {}; //# sourceMappingURL=Security.d.ts.map