UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

8 lines 197 B
import React from 'react'; interface Props { name?: string; item: any; } export declare const Extensions: React.FunctionComponent<Props>; export {}; //# sourceMappingURL=Extensions.d.ts.map