UNPKG

@backstage/plugin-techdocs

Version:

The Backstage plugin that renders technical documentation for your components

12 lines (9 loc) 384 B
import { jsx } from 'react/jsx-runtime'; import { useOutlet } from 'react-router-dom'; import { DefaultTechDocsHome } from './DefaultTechDocsHome.esm.js'; const TechDocsIndexPage = (props) => { const outlet = useOutlet(); return outlet || /* @__PURE__ */ jsx(DefaultTechDocsHome, { ...props }); }; export { TechDocsIndexPage }; //# sourceMappingURL=TechDocsIndexPage.esm.js.map