@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
10 lines • 316 B
TypeScript
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