UNPKG

@s1am0nd/asyncapi-react-component

Version:

A React component for AsyncAPI specification.

10 lines 436 B
import { AsyncAPIDocument, Tag } from '@asyncapi/parser'; export declare class SpecificationHelpers { static retrieveParsedSpec(schema: any): AsyncAPIDocument | undefined; static containTags(schema: any, tags: Tag | Tag[]): boolean; static operationsTags(spec: AsyncAPIDocument): Tag[]; static serversTags(spec: AsyncAPIDocument): { string: string[]; }; } //# sourceMappingURL=specification.d.ts.map