UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

10 lines 244 B
import React from 'react'; interface Props { href: string; title?: string; className?: string; children: React.ReactNode; } export declare const Href: React.FunctionComponent<Props>; export {}; //# sourceMappingURL=Href.d.ts.map