@seqera/docusaurus-theme-seqera 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/package.json +66 -0
- package/src/getSwizzleConfig.ts +433 -0
- package/src/index.ts +154 -0
- package/src/inlineScripts.ts +95 -0
- package/src/inlineSvgSprites.ts +7 -0
- package/src/main-styles.css +322 -0
- package/src/nprogress.css +36 -0
- package/src/nprogress.ts +27 -0
- package/src/options.ts +503 -0
- package/src/prism-include-languages.ts +6 -0
- package/src/styles/api.css +42 -0
- package/src/styles/typography.css +342 -0
- package/src/theme/Admonition/Icon/Danger.tsx +15 -0
- package/src/theme/Admonition/Icon/Info.tsx +15 -0
- package/src/theme/Admonition/Icon/Note.tsx +15 -0
- package/src/theme/Admonition/Icon/Tip.tsx +15 -0
- package/src/theme/Admonition/Icon/Warning.tsx +15 -0
- package/src/theme/Admonition/Layout/index.tsx +53 -0
- package/src/theme/Admonition/Layout/styles.module.css +39 -0
- package/src/theme/Admonition/Type/Caution.tsx +34 -0
- package/src/theme/Admonition/Type/Danger.tsx +32 -0
- package/src/theme/Admonition/Type/Info.tsx +32 -0
- package/src/theme/Admonition/Type/Note.tsx +32 -0
- package/src/theme/Admonition/Type/Tip.tsx +32 -0
- package/src/theme/Admonition/Type/Warning.tsx +32 -0
- package/src/theme/Admonition/Types.tsx +33 -0
- package/src/theme/Admonition/index.tsx +23 -0
- package/src/theme/AdmonitionVersioned/AddedInVersion.tsx +14 -0
- package/src/theme/AdmonitionVersioned/AdmonitionVersioned.tsx +66 -0
- package/src/theme/AdmonitionVersioned/ChangedInVersion.tsx +14 -0
- package/src/theme/AdmonitionVersioned/DeprecatedInVersion.tsx +15 -0
- package/src/theme/AdmonitionVersioned/getStableVersion.ts +30 -0
- package/src/theme/AdmonitionVersioned/index.ts +1 -0
- package/src/theme/AdmonitionVersioned/stableVersions.ts +119 -0
- package/src/theme/AnnouncementBar/CloseButton/index.tsx +24 -0
- package/src/theme/AnnouncementBar/CloseButton/styles.module.css +6 -0
- package/src/theme/AnnouncementBar/Content/index.tsx +21 -0
- package/src/theme/AnnouncementBar/Content/styles.module.css +12 -0
- package/src/theme/AnnouncementBar/index.tsx +37 -0
- package/src/theme/AnnouncementBar/styles.module.css +57 -0
- package/src/theme/BackToTopButton/index.tsx +30 -0
- package/src/theme/BackToTopButton/styles.module.css +39 -0
- package/src/theme/Blog/Components/Author/Socials/index.tsx +75 -0
- package/src/theme/Blog/Components/Author/Socials/styles.module.css +34 -0
- package/src/theme/Blog/Components/Author/index.tsx +98 -0
- package/src/theme/Blog/Components/Author/styles.module.css +69 -0
- package/src/theme/Blog/Pages/BlogAuthorsListPage/index.tsx +57 -0
- package/src/theme/Blog/Pages/BlogAuthorsListPage/styles.module.css +6 -0
- package/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.tsx +77 -0
- package/src/theme/BlogArchivePage/index.tsx +102 -0
- package/src/theme/BlogLayout/index.tsx +31 -0
- package/src/theme/BlogListPage/StructuredData/index.tsx +17 -0
- package/src/theme/BlogListPage/index.tsx +57 -0
- package/src/theme/BlogListPaginator/index.tsx +47 -0
- package/src/theme/BlogPostItem/Container/index.tsx +11 -0
- package/src/theme/BlogPostItem/Content/index.tsx +23 -0
- package/src/theme/BlogPostItem/Footer/ReadMoreLink/index.tsx +39 -0
- package/src/theme/BlogPostItem/Footer/index.tsx +85 -0
- package/src/theme/BlogPostItem/Header/Authors/index.tsx +49 -0
- package/src/theme/BlogPostItem/Header/Authors/styles.module.css +15 -0
- package/src/theme/BlogPostItem/Header/Info/index.tsx +77 -0
- package/src/theme/BlogPostItem/Header/Info/styles.module.css +5 -0
- package/src/theme/BlogPostItem/Header/Title/index.tsx +20 -0
- package/src/theme/BlogPostItem/Header/Title/styles.module.css +14 -0
- package/src/theme/BlogPostItem/Header/index.tsx +16 -0
- package/src/theme/BlogPostItem/index.tsx +27 -0
- package/src/theme/BlogPostItems/index.tsx +25 -0
- package/src/theme/BlogPostPage/Metadata/index.tsx +39 -0
- package/src/theme/BlogPostPage/StructuredData/index.tsx +16 -0
- package/src/theme/BlogPostPage/index.tsx +74 -0
- package/src/theme/BlogPostPaginator/index.tsx +46 -0
- package/src/theme/BlogSidebar/Content/index.tsx +52 -0
- package/src/theme/BlogSidebar/Desktop/index.tsx +52 -0
- package/src/theme/BlogSidebar/Desktop/styles.module.css +46 -0
- package/src/theme/BlogSidebar/Mobile/index.tsx +47 -0
- package/src/theme/BlogSidebar/Mobile/styles.module.css +5 -0
- package/src/theme/BlogSidebar/index.tsx +19 -0
- package/src/theme/BlogTagsListPage/index.tsx +33 -0
- package/src/theme/BlogTagsPostsPage/index.tsx +68 -0
- package/src/theme/CodeBlock/Buttons/Button/index.tsx +14 -0
- package/src/theme/CodeBlock/Buttons/CopyButton/index.tsx +82 -0
- package/src/theme/CodeBlock/Buttons/CopyButton/styles.module.css +42 -0
- package/src/theme/CodeBlock/Buttons/WordWrapButton/index.tsx +40 -0
- package/src/theme/CodeBlock/Buttons/WordWrapButton/styles.module.css +10 -0
- package/src/theme/CodeBlock/Buttons/index.tsx +27 -0
- package/src/theme/CodeBlock/Buttons/styles.module.css +32 -0
- package/src/theme/CodeBlock/Container/index.tsx +27 -0
- package/src/theme/CodeBlock/Container/styles.module.css +9 -0
- package/src/theme/CodeBlock/Content/Element.tsx +24 -0
- package/src/theme/CodeBlock/Content/String.tsx +37 -0
- package/src/theme/CodeBlock/Content/index.tsx +79 -0
- package/src/theme/CodeBlock/Content/styles.module.css +30 -0
- package/src/theme/CodeBlock/Layout/index.tsx +29 -0
- package/src/theme/CodeBlock/Layout/styles.module.css +22 -0
- package/src/theme/CodeBlock/Line/Token/index.tsx +13 -0
- package/src/theme/CodeBlock/Line/index.tsx +61 -0
- package/src/theme/CodeBlock/Line/styles.module.css +47 -0
- package/src/theme/CodeBlock/Title/index.tsx +10 -0
- package/src/theme/CodeBlock/index.tsx +40 -0
- package/src/theme/CodeInline/index.tsx +11 -0
- package/src/theme/ColorModeToggle/index.tsx +140 -0
- package/src/theme/ColorModeToggle/styles.module.css +35 -0
- package/src/theme/ContentVisibility/Draft/index.tsx +22 -0
- package/src/theme/ContentVisibility/Unlisted/index.tsx +37 -0
- package/src/theme/ContentVisibility/index.tsx +20 -0
- package/src/theme/Details/index.tsx +21 -0
- package/src/theme/Details/styles.module.css +8 -0
- package/src/theme/DocBreadcrumbs/Items/Home/index.tsx +29 -0
- package/src/theme/DocBreadcrumbs/Items/Home/styles.module.css +9 -0
- package/src/theme/DocBreadcrumbs/StructuredData/index.tsx +19 -0
- package/src/theme/DocBreadcrumbs/index.tsx +98 -0
- package/src/theme/DocBreadcrumbs/styles.module.css +14 -0
- package/src/theme/DocCard/index.tsx +133 -0
- package/src/theme/DocCard/styles.module.css +29 -0
- package/src/theme/DocCardList/index.tsx +43 -0
- package/src/theme/DocCardList/styles.module.css +9 -0
- package/src/theme/DocCategoryGeneratedIndexPage/index.tsx +68 -0
- package/src/theme/DocCategoryGeneratedIndexPage/styles.module.css +13 -0
- package/src/theme/DocItem/Content/index.tsx +43 -0
- package/src/theme/DocItem/Footer/index.tsx +51 -0
- package/src/theme/DocItem/Layout/index.tsx +66 -0
- package/src/theme/DocItem/Layout/styles.module.css +12 -0
- package/src/theme/DocItem/Metadata/index.tsx +17 -0
- package/src/theme/DocItem/Paginator/index.tsx +20 -0
- package/src/theme/DocItem/TOC/Desktop/index.tsx +19 -0
- package/src/theme/DocItem/TOC/Mobile/index.tsx +22 -0
- package/src/theme/DocItem/TOC/Mobile/styles.module.css +26 -0
- package/src/theme/DocItem/index.tsx +23 -0
- package/src/theme/DocPaginator/index.tsx +46 -0
- package/src/theme/DocRoot/Layout/Main/index.tsx +31 -0
- package/src/theme/DocRoot/Layout/Main/styles.module.css +23 -0
- package/src/theme/DocRoot/Layout/Sidebar/ExpandButton/index.tsx +36 -0
- package/src/theme/DocRoot/Layout/Sidebar/ExpandButton/styles.module.css +29 -0
- package/src/theme/DocRoot/Layout/Sidebar/index.tsx +79 -0
- package/src/theme/DocRoot/Layout/Sidebar/styles.module.css +34 -0
- package/src/theme/DocRoot/Layout/index.tsx +32 -0
- package/src/theme/DocRoot/Layout/styles.module.css +11 -0
- package/src/theme/DocRoot/index.tsx +29 -0
- package/src/theme/DocSidebar/Desktop/CollapseButton/index.tsx +34 -0
- package/src/theme/DocSidebar/Desktop/CollapseButton/styles.module.css +42 -0
- package/src/theme/DocSidebar/Desktop/Content/index.tsx +56 -0
- package/src/theme/DocSidebar/Desktop/Content/styles.module.css +18 -0
- package/src/theme/DocSidebar/Desktop/index.tsx +36 -0
- package/src/theme/DocSidebar/Desktop/styles.module.css +39 -0
- package/src/theme/DocSidebar/Mobile/index.tsx +49 -0
- package/src/theme/DocSidebar/index.tsx +25 -0
- package/src/theme/DocSidebarItem/Category/index.tsx +309 -0
- package/src/theme/DocSidebarItem/Category/styles.module.css +35 -0
- package/src/theme/DocSidebarItem/Html/index.tsx +30 -0
- package/src/theme/DocSidebarItem/Html/styles.module.css +8 -0
- package/src/theme/DocSidebarItem/Link/index.tsx +62 -0
- package/src/theme/DocSidebarItem/Link/styles.module.css +13 -0
- package/src/theme/DocSidebarItem/index.tsx +19 -0
- package/src/theme/DocSidebarItems/index.tsx +24 -0
- package/src/theme/DocTagDocListPage/index.tsx +113 -0
- package/src/theme/DocTagsListPage/index.tsx +52 -0
- package/src/theme/DocVersionBadge/index.tsx +29 -0
- package/src/theme/DocVersionBanner/index.tsx +171 -0
- package/src/theme/DocVersionRoot/index.tsx +46 -0
- package/src/theme/DocsRoot/index.tsx +17 -0
- package/src/theme/EditMetaRow/index.tsx +31 -0
- package/src/theme/EditMetaRow/styles.module.css +19 -0
- package/src/theme/EditThisPage/index.tsx +21 -0
- package/src/theme/ErrorPageContent.tsx +38 -0
- package/src/theme/Footer/Copyright/index.tsx +15 -0
- package/src/theme/Footer/Layout/index.tsx +42 -0
- package/src/theme/Footer/LinkItem/index.tsx +31 -0
- package/src/theme/Footer/Links/MultiColumn/index.tsx +53 -0
- package/src/theme/Footer/Links/Simple/index.tsx +38 -0
- package/src/theme/Footer/Links/index.tsx +16 -0
- package/src/theme/Footer/Logo/index.tsx +41 -0
- package/src/theme/Footer/Logo/styles.module.css +11 -0
- package/src/theme/Footer/index.tsx +28 -0
- package/src/theme/Heading/index.tsx +50 -0
- package/src/theme/Heading/styles.module.css +17 -0
- package/src/theme/Homepage/index.tsx +178 -0
- package/src/theme/Icon/AI/index.tsx +21 -0
- package/src/theme/Icon/AWS/index.tsx +22 -0
- package/src/theme/Icon/Arrow/index.tsx +15 -0
- package/src/theme/Icon/Azure/index.tsx +28 -0
- package/src/theme/Icon/Changelog/index.tsx +26 -0
- package/src/theme/Icon/ChatBubble/index.tsx +29 -0
- package/src/theme/Icon/ChatBubbles/index.tsx +42 -0
- package/src/theme/Icon/Close/index.tsx +21 -0
- package/src/theme/Icon/Cog/index.tsx +45 -0
- package/src/theme/Icon/Copy/index.tsx +15 -0
- package/src/theme/Icon/DarkMode/index.tsx +15 -0
- package/src/theme/Icon/Edit/index.tsx +24 -0
- package/src/theme/Icon/Edit/styles.module.css +6 -0
- package/src/theme/Icon/Envelope/index.tsx +33 -0
- package/src/theme/Icon/ExternalLink/index.tsx +30 -0
- package/src/theme/Icon/ExternalLink/styles.module.css +5 -0
- package/src/theme/Icon/Fusion/index.tsx +32 -0
- package/src/theme/Icon/GoogleCloud/index.tsx +56 -0
- package/src/theme/Icon/Home/index.tsx +15 -0
- package/src/theme/Icon/Language/index.tsx +24 -0
- package/src/theme/Icon/LightMode/index.tsx +15 -0
- package/src/theme/Icon/MCP/index.tsx +84 -0
- package/src/theme/Icon/Menu/index.tsx +29 -0
- package/src/theme/Icon/MultiQC/index.tsx +25 -0
- package/src/theme/Icon/Nextflow/index.tsx +25 -0
- package/src/theme/Icon/QuestionMark/index.tsx +46 -0
- package/src/theme/Icon/SeqeraCloud/index.tsx +35 -0
- package/src/theme/Icon/SeqeraEnterprise/index.tsx +372 -0
- package/src/theme/Icon/SeqeraLogo/index.tsx +22 -0
- package/src/theme/Icon/ServiceStatus/index.tsx +101 -0
- package/src/theme/Icon/Sidebar/index.tsx +8 -0
- package/src/theme/Icon/Socials/Bluesky/index.tsx +23 -0
- package/src/theme/Icon/Socials/Bluesky/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Default/index.tsx +28 -0
- package/src/theme/Icon/Socials/Email/index.tsx +23 -0
- package/src/theme/Icon/Socials/GitHub/index.tsx +24 -0
- package/src/theme/Icon/Socials/GitHub/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Instagram/index.tsx +23 -0
- package/src/theme/Icon/Socials/Instagram/styles.module.css +9 -0
- package/src/theme/Icon/Socials/LinkedIn/index.tsx +23 -0
- package/src/theme/Icon/Socials/LinkedIn/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Mastodon/index.tsx +40 -0
- package/src/theme/Icon/Socials/StackOverflow/index.tsx +25 -0
- package/src/theme/Icon/Socials/Threads/index.tsx +25 -0
- package/src/theme/Icon/Socials/Threads/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Twitch/index.tsx +32 -0
- package/src/theme/Icon/Socials/Twitter/index.tsx +22 -0
- package/src/theme/Icon/Socials/X/index.tsx +24 -0
- package/src/theme/Icon/Socials/X/styles.module.css +9 -0
- package/src/theme/Icon/Socials/YouTube/index.tsx +22 -0
- package/src/theme/Icon/Success/index.tsx +15 -0
- package/src/theme/Icon/SystemColorMode/index.tsx +15 -0
- package/src/theme/Icon/Wave/index.tsx +32 -0
- package/src/theme/Icon/WordWrap/index.tsx +15 -0
- package/src/theme/LastUpdated/index.tsx +91 -0
- package/src/theme/Layout/Provider/index.tsx +26 -0
- package/src/theme/Layout/index.tsx +59 -0
- package/src/theme/Layout/styles.module.css +23 -0
- package/src/theme/Logo/index.tsx +78 -0
- package/src/theme/MDXComponents/A/index.tsx +16 -0
- package/src/theme/MDXComponents/Button/index.tsx +43 -0
- package/src/theme/MDXComponents/Code.tsx +26 -0
- package/src/theme/MDXComponents/Details.tsx +26 -0
- package/src/theme/MDXComponents/Heading.tsx +9 -0
- package/src/theme/MDXComponents/Img/index.tsx +23 -0
- package/src/theme/MDXComponents/Img/styles.module.css +5 -0
- package/src/theme/MDXComponents/Li.tsx +17 -0
- package/src/theme/MDXComponents/Pre.tsx +10 -0
- package/src/theme/MDXComponents/Ul/index.tsx +25 -0
- package/src/theme/MDXComponents/Ul/styles.module.css +9 -0
- package/src/theme/MDXComponents/index.tsx +47 -0
- package/src/theme/MDXContent/index.tsx +10 -0
- package/src/theme/MDXPage/index.tsx +87 -0
- package/src/theme/MDXPage/styles.module.css +5 -0
- package/src/theme/Mermaid.tsx +11 -0
- package/src/theme/Navbar/ColorModeToggle/index.tsx +29 -0
- package/src/theme/Navbar/ColorModeToggle/styles.module.css +5 -0
- package/src/theme/Navbar/Content/index.tsx +152 -0
- package/src/theme/Navbar/Content/styles.module.css +19 -0
- package/src/theme/Navbar/Layout/index.tsx +59 -0
- package/src/theme/Navbar/Layout/styles.module.css +9 -0
- package/src/theme/Navbar/Logo/index.tsx +14 -0
- package/src/theme/Navbar/MobileSidebar/Header/index.tsx +37 -0
- package/src/theme/Navbar/MobileSidebar/Layout/index.tsx +72 -0
- package/src/theme/Navbar/MobileSidebar/Layout/styles.module.css +11 -0
- package/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx +90 -0
- package/src/theme/Navbar/MobileSidebar/SecondaryMenu/index.tsx +34 -0
- package/src/theme/Navbar/MobileSidebar/Toggle/index.tsx +25 -0
- package/src/theme/Navbar/MobileSidebar/index.tsx +28 -0
- package/src/theme/Navbar/Search/index.tsx +15 -0
- package/src/theme/Navbar/Search/styles.module.css +22 -0
- package/src/theme/Navbar/Submenu/SubmenuLinks.tsx +136 -0
- package/src/theme/Navbar/Submenu/index.tsx +84 -0
- package/src/theme/Navbar/Submenu/styles.module.css +82 -0
- package/src/theme/Navbar/index.tsx +13 -0
- package/src/theme/NavbarItem/ComponentTypes.tsx +27 -0
- package/src/theme/NavbarItem/DefaultNavbarItem/Desktop/index.tsx +29 -0
- package/src/theme/NavbarItem/DefaultNavbarItem/Mobile/index.tsx +18 -0
- package/src/theme/NavbarItem/DefaultNavbarItem/index.tsx +23 -0
- package/src/theme/NavbarItem/DocNavbarItem.tsx +38 -0
- package/src/theme/NavbarItem/DocSidebarNavbarItem.tsx +33 -0
- package/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.tsx +189 -0
- package/src/theme/NavbarItem/DocsVersionNavbarItem.tsx +22 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/Desktop/index.tsx +81 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/Mobile/index.tsx +161 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/Mobile/styles.module.css +5 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/index.tsx +14 -0
- package/src/theme/NavbarItem/HtmlNavbarItem.tsx +27 -0
- package/src/theme/NavbarItem/LocaleDropdownNavbarItem/index.tsx +128 -0
- package/src/theme/NavbarItem/LocaleDropdownNavbarItem/styles.module.css +6 -0
- package/src/theme/NavbarItem/NavbarNavLink.tsx +69 -0
- package/src/theme/NavbarItem/SearchNavbarItem.tsx +21 -0
- package/src/theme/NavbarItem/index.tsx +23 -0
- package/src/theme/NotFound/Content/index.tsx +34 -0
- package/src/theme/NotFound/index.tsx +22 -0
- package/src/theme/PaginatorNavLink/index.tsx +21 -0
- package/src/theme/SearchBar.tsx +8 -0
- package/src/theme/SearchMetadata/index.tsx +38 -0
- package/src/theme/SiteMetadata/index.tsx +153 -0
- package/src/theme/SkipToContent/index.tsx +9 -0
- package/src/theme/SkipToContent/styles.module.css +16 -0
- package/src/theme/TOC/index.tsx +26 -0
- package/src/theme/TOC/styles.module.css +23 -0
- package/src/theme/TOCCollapsible/CollapseButton/index.tsx +30 -0
- package/src/theme/TOCCollapsible/CollapseButton/styles.module.css +27 -0
- package/src/theme/TOCCollapsible/index.tsx +42 -0
- package/src/theme/TOCCollapsible/styles.module.css +26 -0
- package/src/theme/TOCInline/index.tsx +25 -0
- package/src/theme/TOCInline/styles.module.css +7 -0
- package/src/theme/TOCItems/Tree.tsx +40 -0
- package/src/theme/TOCItems/index.tsx +56 -0
- package/src/theme/TabItem/index.tsx +22 -0
- package/src/theme/TabItem/styles.module.css +5 -0
- package/src/theme/Tabs/index.tsx +167 -0
- package/src/theme/Tabs/styles.module.css +9 -0
- package/src/theme/Tag/index.tsx +30 -0
- package/src/theme/Tag/styles.module.css +65 -0
- package/src/theme/TagsListByLetter/index.tsx +40 -0
- package/src/theme/TagsListByLetter/styles.module.css +6 -0
- package/src/theme/TagsListInline/index.tsx +30 -0
- package/src/theme/TagsListInline/styles.module.css +10 -0
- package/src/theme/ThemeProvider/TitleFormatter/index.tsx +22 -0
- package/src/theme/ThemeProvider/index.tsx +9 -0
- package/src/theme/ThemedImage/index.tsx +21 -0
- package/src/theme/ThemedImage/styles.module.css +13 -0
- package/src/theme/pages/Home/index.tsx +19 -0
- package/src/theme/prism-include-languages.ts +39 -0
- package/src/theme-seqera.d.ts +2277 -0
- package/src/translations.ts +240 -0
- package/tailwind.config.js +7 -0
|
@@ -0,0 +1,2277 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/triple-slash-reference */
|
|
2
|
+
|
|
3
|
+
/// <reference types="@docusaurus/module-type-aliases" />
|
|
4
|
+
/// <reference types="@docusaurus/plugin-content-docs" />
|
|
5
|
+
/// <reference types="@docusaurus/plugin-content-blog" />
|
|
6
|
+
/// <reference types="@docusaurus/plugin-content-pages" />
|
|
7
|
+
|
|
8
|
+
// This file, like all the other ambient declaration files for plugins, is
|
|
9
|
+
// needed for TS to understand our `@theme` alias. The export signatures are
|
|
10
|
+
// duplicated from the implementation, which is fine, since every module only
|
|
11
|
+
// default-exports a React component.
|
|
12
|
+
// TODO we'll eventually migrate to TS `paths` option. This is not easy due to
|
|
13
|
+
// our theme shadowing—we probably need the user to specify multiple theme paths
|
|
14
|
+
// in their tsconfig.
|
|
15
|
+
|
|
16
|
+
declare module '@seqeralabs/docusaurus-theme-seqera' {
|
|
17
|
+
import type {LoadContext, Plugin, PluginModule} from '@docusaurus/types';
|
|
18
|
+
import type {ThemeConfig as DefaultThemeConfig} from '@docusaurus/theme-common';
|
|
19
|
+
import type {Config as tailwindConfig} from 'tailwindcss';
|
|
20
|
+
|
|
21
|
+
export type PluginOptions = {
|
|
22
|
+
customCss: string[];
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type Options = {
|
|
26
|
+
customCss?: string[] | string;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export const getSwizzleConfig: PluginModule['getSwizzleConfig'];
|
|
30
|
+
|
|
31
|
+
type DeepOverwrite<T, U> = U extends (infer V)[]
|
|
32
|
+
? V[]
|
|
33
|
+
: U extends object
|
|
34
|
+
? {
|
|
35
|
+
[K in keyof (T & U)]: K extends keyof U
|
|
36
|
+
? K extends keyof T
|
|
37
|
+
? DeepOverwrite<T[K], U[K]>
|
|
38
|
+
: U[K]
|
|
39
|
+
: T[K];
|
|
40
|
+
}
|
|
41
|
+
: U;
|
|
42
|
+
|
|
43
|
+
type OverwriteConfig = {
|
|
44
|
+
seqera: {
|
|
45
|
+
tailwindConfig?: tailwindConfig;
|
|
46
|
+
navbar: {
|
|
47
|
+
docsVersionDropdown: DocsVersionDropdown;
|
|
48
|
+
localeDropdown: LocaleDropdown;
|
|
49
|
+
socialLinks?: SocialLink[];
|
|
50
|
+
};
|
|
51
|
+
footer: {
|
|
52
|
+
socialLinks?: SocialLink[];
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export type ThemeConfig = DeepOverwrite<
|
|
58
|
+
DefaultThemeConfig & {
|
|
59
|
+
algolia: ThemeConfigAlgolia;
|
|
60
|
+
},
|
|
61
|
+
OverwriteConfig
|
|
62
|
+
>;
|
|
63
|
+
export type UserThemeConfig = DeepPartial<ThemeConfig>;
|
|
64
|
+
|
|
65
|
+
export default function themeSeqera(
|
|
66
|
+
context: LoadContext,
|
|
67
|
+
options: Options,
|
|
68
|
+
): Plugin<undefined>;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
declare module 'remark-yaml-to-table' {
|
|
72
|
+
import type {Plugin} from 'unified';
|
|
73
|
+
const remarkYamlToTable: Plugin;
|
|
74
|
+
export default remarkYamlToTable;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
declare module '@theme/Admonition' {
|
|
78
|
+
import type {ReactNode} from 'react';
|
|
79
|
+
|
|
80
|
+
export interface Props {
|
|
81
|
+
readonly children: ReactNode;
|
|
82
|
+
readonly type: string;
|
|
83
|
+
readonly icon?: ReactNode;
|
|
84
|
+
readonly title?: ReactNode;
|
|
85
|
+
readonly className?: string;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export default function Admonition(props: Props): ReactNode;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
declare module '@theme/Admonition/Type/Note' {
|
|
92
|
+
import type {ReactNode} from 'react';
|
|
93
|
+
import type {Props as AdmonitionProps} from '@theme/Admonition';
|
|
94
|
+
|
|
95
|
+
export interface Props extends AdmonitionProps {}
|
|
96
|
+
export default function AdmonitionTypeNote(props: Props): ReactNode;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
declare module '@theme/Admonition/Type/Info' {
|
|
100
|
+
import type {ReactNode} from 'react';
|
|
101
|
+
import type {Props as AdmonitionProps} from '@theme/Admonition';
|
|
102
|
+
|
|
103
|
+
export interface Props extends AdmonitionProps {}
|
|
104
|
+
export default function AdmonitionTypeInfo(props: Props): ReactNode;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
declare module '@theme/Admonition/Type/Tip' {
|
|
108
|
+
import type {ReactNode} from 'react';
|
|
109
|
+
import type {Props as AdmonitionProps} from '@theme/Admonition';
|
|
110
|
+
|
|
111
|
+
export interface Props extends AdmonitionProps {}
|
|
112
|
+
export default function AdmonitionTypeTip(props: Props): ReactNode;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// TODO remove before v4: Caution replaced by Warning
|
|
116
|
+
// see https://github.com/facebook/docusaurus/issues/7558
|
|
117
|
+
declare module '@theme/Admonition/Type/Caution' {
|
|
118
|
+
import type {ReactNode} from 'react';
|
|
119
|
+
import type {Props as AdmonitionProps} from '@theme/Admonition';
|
|
120
|
+
|
|
121
|
+
export interface Props extends AdmonitionProps {}
|
|
122
|
+
export default function AdmonitionTypeCaution(props: Props): ReactNode;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
declare module '@theme/Admonition/Type/Warning' {
|
|
126
|
+
import type {ReactNode} from 'react';
|
|
127
|
+
import type {Props as AdmonitionProps} from '@theme/Admonition';
|
|
128
|
+
|
|
129
|
+
export interface Props extends AdmonitionProps {}
|
|
130
|
+
export default function AdmonitionTypeWarning(props: Props): ReactNode;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
declare module '@theme/Admonition/Type/Danger' {
|
|
134
|
+
import type {ReactNode} from 'react';
|
|
135
|
+
import type {Props as AdmonitionProps} from '@theme/Admonition';
|
|
136
|
+
|
|
137
|
+
export interface Props extends AdmonitionProps {}
|
|
138
|
+
export default function AdmonitionTypeDanger(props: Props): ReactNode;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
declare module '@theme/Admonition/Types' {
|
|
142
|
+
import type {ComponentType} from 'react';
|
|
143
|
+
import type {Props} from '@theme/Admonition';
|
|
144
|
+
|
|
145
|
+
const AdmonitionTypes: {
|
|
146
|
+
[admonitionType: string]: ComponentType<Props>;
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
export default AdmonitionTypes;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
declare module '@theme/Admonition/Layout' {
|
|
153
|
+
import type {ReactNode} from 'react';
|
|
154
|
+
|
|
155
|
+
export interface Props {
|
|
156
|
+
readonly children: ReactNode;
|
|
157
|
+
readonly type: string;
|
|
158
|
+
readonly icon?: ReactNode;
|
|
159
|
+
readonly title?: ReactNode;
|
|
160
|
+
readonly className?: string;
|
|
161
|
+
}
|
|
162
|
+
export default function AdmonitionLayout(props: Props): ReactNode;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
declare module '@theme/Admonition/Icon/Note' {
|
|
166
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
167
|
+
|
|
168
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
169
|
+
|
|
170
|
+
export default function AdmonitionIconNote(props: Props): ReactNode;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
declare module '@theme/Admonition/Icon/Tip' {
|
|
174
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
175
|
+
|
|
176
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
177
|
+
|
|
178
|
+
export default function AdmonitionIconTip(props: Props): ReactNode;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
declare module '@theme/Admonition/Icon/Warning' {
|
|
182
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
183
|
+
|
|
184
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
185
|
+
|
|
186
|
+
export default function AdmonitionIconWarning(props: Props): ReactNode;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
declare module '@theme/Admonition/Icon/Danger' {
|
|
190
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
191
|
+
|
|
192
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
193
|
+
|
|
194
|
+
export default function AdmonitionIconDanger(props: Props): ReactNode;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
declare module '@theme/Admonition/Icon/Info' {
|
|
198
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
199
|
+
|
|
200
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
201
|
+
|
|
202
|
+
export default function AdmonitionIconInfo(props: Props): ReactNode;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
declare module '@theme/AnnouncementBar' {
|
|
206
|
+
import type {ReactNode} from 'react';
|
|
207
|
+
|
|
208
|
+
export default function AnnouncementBar(): ReactNode | null;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
declare module '@theme/AnnouncementBar/Content' {
|
|
212
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
213
|
+
|
|
214
|
+
export interface Props extends ComponentProps<'div'> {}
|
|
215
|
+
|
|
216
|
+
export default function AnnouncementBarContent(props: Props): ReactNode;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
declare module '@theme/AnnouncementBar/CloseButton' {
|
|
220
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
221
|
+
|
|
222
|
+
export interface Props extends ComponentProps<'button'> {}
|
|
223
|
+
|
|
224
|
+
export default function AnnouncementBarCloseButton(props: Props): ReactNode;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
declare module '@theme/BackToTopButton' {
|
|
228
|
+
import type {ReactNode} from 'react';
|
|
229
|
+
|
|
230
|
+
export default function BackToTopButton(): ReactNode;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
declare module '@theme/Blog/Components/Author' {
|
|
234
|
+
import type {ReactNode} from 'react';
|
|
235
|
+
import type {Author} from '@docusaurus/plugin-content-blog';
|
|
236
|
+
|
|
237
|
+
export interface Props {
|
|
238
|
+
readonly as?: 'h1' | 'h2';
|
|
239
|
+
readonly author: Author;
|
|
240
|
+
readonly className?: string;
|
|
241
|
+
readonly count?: number;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export default function BlogAuthor(props: Props): ReactNode;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
declare module '@theme/Blog/Components/Author/Socials' {
|
|
248
|
+
import type {ReactNode} from 'react';
|
|
249
|
+
import type {Author} from '@docusaurus/plugin-content-blog';
|
|
250
|
+
|
|
251
|
+
export interface Props {
|
|
252
|
+
readonly author: Author;
|
|
253
|
+
readonly className?: string;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export default function BlogAuthorSocials(props: Props): ReactNode;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
declare module '@theme/BlogListPaginator' {
|
|
260
|
+
import type {ReactNode} from 'react';
|
|
261
|
+
import type {BlogPaginatedMetadata} from '@docusaurus/plugin-content-blog';
|
|
262
|
+
|
|
263
|
+
export interface Props {
|
|
264
|
+
readonly metadata: BlogPaginatedMetadata;
|
|
265
|
+
}
|
|
266
|
+
export default function BlogListPaginator(props: Props): ReactNode;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
declare module '@theme/BlogSidebar/Content' {
|
|
270
|
+
import type {ReactNode, ComponentType} from 'react';
|
|
271
|
+
import type {BlogSidebarItem} from '@docusaurus/plugin-content-blog';
|
|
272
|
+
|
|
273
|
+
export interface Props {
|
|
274
|
+
readonly items: BlogSidebarItem[];
|
|
275
|
+
readonly ListComponent: ComponentType<{items: BlogSidebarItem[]}>;
|
|
276
|
+
readonly yearGroupHeadingClassName?: string;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export default function BlogSidebarContent(props: Props): ReactNode;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
declare module '@theme/BlogSidebar/Desktop' {
|
|
283
|
+
import type {ReactNode} from 'react';
|
|
284
|
+
import type {BlogSidebar} from '@docusaurus/plugin-content-blog';
|
|
285
|
+
|
|
286
|
+
export interface Props {
|
|
287
|
+
readonly sidebar: BlogSidebar;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export default function BlogSidebarDesktop(props: Props): ReactNode;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
declare module '@theme/BlogSidebar/Mobile' {
|
|
294
|
+
import type {ReactNode} from 'react';
|
|
295
|
+
import type {BlogSidebar} from '@docusaurus/plugin-content-blog';
|
|
296
|
+
|
|
297
|
+
export interface Props {
|
|
298
|
+
readonly sidebar: BlogSidebar;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export default function BlogSidebarMobile(props: Props): ReactNode;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
declare module '@theme/BlogSidebar' {
|
|
305
|
+
import type {ReactNode} from 'react';
|
|
306
|
+
import type {BlogSidebar} from '@docusaurus/plugin-content-blog';
|
|
307
|
+
|
|
308
|
+
export interface Props {
|
|
309
|
+
readonly sidebar?: BlogSidebar;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
export default function BlogSidebar(props: Props): ReactNode;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
declare module '@theme/BlogPostItem' {
|
|
316
|
+
import type {ReactNode} from 'react';
|
|
317
|
+
|
|
318
|
+
export interface Props {
|
|
319
|
+
children: ReactNode;
|
|
320
|
+
className?: string;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export default function BlogPostItem(props: Props): ReactNode;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
declare module '@theme/BlogPostItems' {
|
|
327
|
+
import type {ComponentType, ReactNode} from 'react';
|
|
328
|
+
import type {PropBlogPostContent} from '@docusaurus/plugin-content-blog';
|
|
329
|
+
|
|
330
|
+
export interface Props {
|
|
331
|
+
items: readonly {content: PropBlogPostContent}[];
|
|
332
|
+
component?: ComponentType<{children: ReactNode}>;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export default function BlogPostItem(props: Props): ReactNode;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
declare module '@theme/BlogPostItem/Container' {
|
|
339
|
+
import type {ReactNode} from 'react';
|
|
340
|
+
|
|
341
|
+
export interface Props {
|
|
342
|
+
children: ReactNode;
|
|
343
|
+
className?: string;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export default function BlogPostItemContainer(props: Props): ReactNode;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
declare module '@theme/BlogPostItem/Header' {
|
|
350
|
+
import type {ReactNode} from 'react';
|
|
351
|
+
|
|
352
|
+
export default function BlogPostItemHeader(): ReactNode;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
declare module '@theme/BlogPostItem/Header/Title' {
|
|
356
|
+
import type {ReactNode} from 'react';
|
|
357
|
+
|
|
358
|
+
export interface Props {
|
|
359
|
+
className?: string;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export default function BlogPostItemHeaderTitle(props: Props): ReactNode;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
declare module '@theme/BlogPostItem/Header/Info' {
|
|
366
|
+
import type {ReactNode} from 'react';
|
|
367
|
+
|
|
368
|
+
export interface Props {
|
|
369
|
+
className?: string;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export default function BlogPostItemHeaderInfo(): ReactNode;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
declare module '@theme/BlogPostItem/Header/Authors' {
|
|
376
|
+
import type {ReactNode} from 'react';
|
|
377
|
+
|
|
378
|
+
export interface Props {
|
|
379
|
+
readonly className?: string;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
export default function BlogPostItemHeaderAuthors(props: Props): ReactNode;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
declare module '@theme/BlogPostItem/Content' {
|
|
386
|
+
import type {ReactNode} from 'react';
|
|
387
|
+
|
|
388
|
+
export interface Props {
|
|
389
|
+
children: ReactNode;
|
|
390
|
+
className?: string;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export default function BlogPostItemContent(props: Props): ReactNode;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
declare module '@theme/BlogPostItem/Footer' {
|
|
397
|
+
import type {ReactNode} from 'react';
|
|
398
|
+
|
|
399
|
+
export default function BlogPostItemFooter(): ReactNode | null;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
declare module '@theme/BlogPostItem/Footer/ReadMoreLink' {
|
|
403
|
+
import type {ReactNode} from 'react';
|
|
404
|
+
import type {Props as LinkProps} from '@docusaurus/Link';
|
|
405
|
+
|
|
406
|
+
export type Props = LinkProps & {
|
|
407
|
+
blogPostTitle: string;
|
|
408
|
+
};
|
|
409
|
+
|
|
410
|
+
export default function BlogPostItemFooterReadMoreLink(
|
|
411
|
+
props: Props,
|
|
412
|
+
): ReactNode | null;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
declare module '@theme/BlogPostPaginator' {
|
|
416
|
+
import type {ReactNode} from 'react';
|
|
417
|
+
|
|
418
|
+
type Item = {readonly title: string; readonly permalink: string};
|
|
419
|
+
|
|
420
|
+
export interface Props {
|
|
421
|
+
readonly nextItem?: Item;
|
|
422
|
+
readonly prevItem?: Item;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export default function BlogPostPaginator(props: Props): ReactNode;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
declare module '@theme/BlogLayout' {
|
|
429
|
+
import type {ReactNode} from 'react';
|
|
430
|
+
import type {Props as LayoutProps} from '@theme/Layout';
|
|
431
|
+
import type {BlogSidebar} from '@docusaurus/plugin-content-blog';
|
|
432
|
+
|
|
433
|
+
export interface Props extends LayoutProps {
|
|
434
|
+
readonly sidebar?: BlogSidebar;
|
|
435
|
+
readonly toc?: ReactNode;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export default function BlogLayout(props: Props): ReactNode;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
declare module '@theme/CodeBlock' {
|
|
442
|
+
import type {ReactNode} from 'react';
|
|
443
|
+
|
|
444
|
+
export interface Props {
|
|
445
|
+
readonly children: ReactNode;
|
|
446
|
+
readonly className?: string;
|
|
447
|
+
readonly metastring?: string;
|
|
448
|
+
readonly title?: ReactNode;
|
|
449
|
+
readonly language?: string;
|
|
450
|
+
readonly showLineNumbers?: boolean | number;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export default function CodeBlock(props: Props): ReactNode;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
declare module '@theme/CodeInline' {
|
|
457
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
458
|
+
|
|
459
|
+
export interface Props extends ComponentProps<'code'> {}
|
|
460
|
+
|
|
461
|
+
export default function CodeInline(props: Props): ReactNode;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
declare module '@theme/CodeBlock/Provider' {
|
|
465
|
+
import type {ReactNode} from 'react';
|
|
466
|
+
|
|
467
|
+
export interface Props {
|
|
468
|
+
readonly children: ReactNode;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export default function CodeBlockProvider(props: Props): ReactNode;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
declare module '@theme/CodeBlock/Title' {
|
|
475
|
+
import type {ReactNode} from 'react';
|
|
476
|
+
|
|
477
|
+
export interface Props {
|
|
478
|
+
readonly children: ReactNode;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export default function CodeBlockTitle(props: Props): ReactNode;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
declare module '@theme/CodeBlock/Layout' {
|
|
485
|
+
import type {ReactNode} from 'react';
|
|
486
|
+
|
|
487
|
+
export interface Props {
|
|
488
|
+
readonly className?: string;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export default function CodeBlockLayout(props: Props): ReactNode;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
declare module '@theme/CodeBlock/Buttons' {
|
|
495
|
+
import type {ReactNode} from 'react';
|
|
496
|
+
|
|
497
|
+
export interface Props {
|
|
498
|
+
readonly className?: string;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export default function CodeBlockButtons(props: Props): ReactNode;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
declare module '@theme/CodeBlock/Buttons/Button' {
|
|
505
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
506
|
+
|
|
507
|
+
export interface Props extends ComponentProps<'button'> {
|
|
508
|
+
readonly className?: string;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export default function CopyButton(props: Props): ReactNode;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
declare module '@theme/CodeBlock/Buttons/CopyButton' {
|
|
515
|
+
import type {ReactNode} from 'react';
|
|
516
|
+
|
|
517
|
+
export interface Props {
|
|
518
|
+
readonly className?: string;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
export default function CodeBlockButtonCopy(props: Props): ReactNode;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
declare module '@theme/CodeBlock/Buttons/WordWrapButton' {
|
|
525
|
+
import type {ReactNode} from 'react';
|
|
526
|
+
|
|
527
|
+
export interface Props {
|
|
528
|
+
readonly className?: string;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export default function CodeBlockButtonWordWrap(props: Props): ReactNode;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
declare module '@theme/CodeBlock/Container' {
|
|
535
|
+
import type {ReactNode} from 'react';
|
|
536
|
+
import type {ComponentProps} from 'react';
|
|
537
|
+
|
|
538
|
+
export default function CodeBlockContainer<T extends 'div' | 'pre'>({
|
|
539
|
+
as: As,
|
|
540
|
+
...props
|
|
541
|
+
}: {as: T} & ComponentProps<T>): ReactNode;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
declare module '@theme/CodeBlock/Content' {
|
|
545
|
+
import type {ReactNode} from 'react';
|
|
546
|
+
|
|
547
|
+
export interface Props {
|
|
548
|
+
className?: string;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export default function CodeBlockContent(props: Props): ReactNode;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
declare module '@theme/CodeBlock/Content/Element' {
|
|
555
|
+
import type {ReactNode} from 'react';
|
|
556
|
+
import type {Props} from '@theme/CodeBlock';
|
|
557
|
+
|
|
558
|
+
export type {Props};
|
|
559
|
+
|
|
560
|
+
export default function CodeBlockContentElement(props: Props): ReactNode;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
declare module '@theme/CodeBlock/Content/String' {
|
|
564
|
+
import type {ReactNode} from 'react';
|
|
565
|
+
import type {Props as CodeBlockProps} from '@theme/CodeBlock';
|
|
566
|
+
|
|
567
|
+
export interface Props extends Omit<CodeBlockProps, 'children'> {
|
|
568
|
+
readonly children: string;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
export default function CodeBlockContentString(props: Props): ReactNode;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
declare module '@theme/CodeBlock/Line' {
|
|
575
|
+
import type {ReactNode} from 'react';
|
|
576
|
+
import type {
|
|
577
|
+
LineInputProps,
|
|
578
|
+
LineOutputProps,
|
|
579
|
+
Token,
|
|
580
|
+
TokenInputProps,
|
|
581
|
+
TokenOutputProps,
|
|
582
|
+
} from 'prism-react-renderer';
|
|
583
|
+
|
|
584
|
+
export interface Props {
|
|
585
|
+
readonly line: Token[];
|
|
586
|
+
readonly classNames: string[] | undefined;
|
|
587
|
+
readonly showLineNumbers: boolean;
|
|
588
|
+
readonly getLineProps: (input: LineInputProps) => LineOutputProps;
|
|
589
|
+
readonly getTokenProps: (input: TokenInputProps) => TokenOutputProps;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
export default function CodeBlockLine(props: Props): ReactNode;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
declare module '@theme/CodeBlock/Line/Token' {
|
|
596
|
+
import type {ReactNode} from 'react';
|
|
597
|
+
import type {Token, TokenOutputProps} from 'prism-react-renderer';
|
|
598
|
+
|
|
599
|
+
export interface Props extends TokenOutputProps {
|
|
600
|
+
readonly token: Token;
|
|
601
|
+
readonly line: Token[];
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
export default function CodeBlockLine(props: Props): ReactNode;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
declare module '@theme/DocCard' {
|
|
608
|
+
import type {ReactNode} from 'react';
|
|
609
|
+
import type {PropSidebarItem} from '@docusaurus/plugin-content-docs';
|
|
610
|
+
|
|
611
|
+
export interface Props {
|
|
612
|
+
readonly item: PropSidebarItem;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export default function DocCard(props: Props): ReactNode;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
declare module '@theme/DocCardList' {
|
|
619
|
+
import type {ReactNode} from 'react';
|
|
620
|
+
import type {PropSidebarItem} from '@docusaurus/plugin-content-docs';
|
|
621
|
+
|
|
622
|
+
export interface Props {
|
|
623
|
+
readonly items?: PropSidebarItem[];
|
|
624
|
+
readonly className?: string;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
export default function DocCardList(props: Props): ReactNode;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
declare module '@theme/DocItem/Layout' {
|
|
631
|
+
import type {ReactNode} from 'react';
|
|
632
|
+
|
|
633
|
+
export interface Props {
|
|
634
|
+
readonly children: ReactNode;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export default function DocItemLayout(props: Props): ReactNode;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
declare module '@theme/DocItem/Metadata' {
|
|
641
|
+
import type {ReactNode} from 'react';
|
|
642
|
+
|
|
643
|
+
export default function DocItemMetadata(): ReactNode;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
declare module '@theme/DocItem/Content' {
|
|
647
|
+
import type {ReactNode} from 'react';
|
|
648
|
+
|
|
649
|
+
export interface Props {
|
|
650
|
+
readonly children: ReactNode;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
export default function DocItemContent(props: Props): ReactNode;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
declare module '@theme/DocItem/TOC/Mobile' {
|
|
657
|
+
import type {ReactNode} from 'react';
|
|
658
|
+
|
|
659
|
+
export default function DocItemTOCMobile(): ReactNode;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
declare module '@theme/DocItem/TOC/Desktop' {
|
|
663
|
+
import type {ReactNode} from 'react';
|
|
664
|
+
|
|
665
|
+
export default function DocItemTOCDesktop(): ReactNode;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
declare module '@theme/DocItem/Paginator' {
|
|
669
|
+
import type {ReactNode} from 'react';
|
|
670
|
+
|
|
671
|
+
export default function DocItemPaginator(): ReactNode;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
declare module '@theme/DocItem/Footer' {
|
|
675
|
+
import type {ReactNode} from 'react';
|
|
676
|
+
|
|
677
|
+
export default function DocItemFooter(): ReactNode;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
declare module '@theme/DocRoot/Layout' {
|
|
681
|
+
import type {ReactNode} from 'react';
|
|
682
|
+
|
|
683
|
+
export interface Props {
|
|
684
|
+
readonly children: ReactNode;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export default function DocRootLayout(props: Props): ReactNode;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
declare module '@theme/DocRoot/Layout/Sidebar' {
|
|
691
|
+
import type {Dispatch, SetStateAction, ReactNode} from 'react';
|
|
692
|
+
import type {PropSidebar} from '@docusaurus/plugin-content-docs';
|
|
693
|
+
|
|
694
|
+
export interface Props {
|
|
695
|
+
readonly sidebar: PropSidebar;
|
|
696
|
+
readonly hiddenSidebarContainer: boolean;
|
|
697
|
+
readonly setHiddenSidebarContainer: Dispatch<SetStateAction<boolean>>;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export default function DocRootLayoutSidebar(props: Props): ReactNode;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
declare module '@theme/DocRoot/Layout/Sidebar/ExpandButton' {
|
|
704
|
+
import type {ReactNode} from 'react';
|
|
705
|
+
|
|
706
|
+
export interface Props {
|
|
707
|
+
toggleSidebar: () => void;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export default function DocRootLayoutSidebarExpandButton(
|
|
711
|
+
props: Props,
|
|
712
|
+
): ReactNode;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
declare module '@theme/DocRoot/Layout/Main' {
|
|
716
|
+
import type {ReactNode} from 'react';
|
|
717
|
+
|
|
718
|
+
export interface Props {
|
|
719
|
+
readonly hiddenSidebarContainer: boolean;
|
|
720
|
+
readonly children: ReactNode;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
export default function DocRootLayoutMain(props: Props): ReactNode;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
declare module '@theme/DocPaginator' {
|
|
727
|
+
import type {ReactNode} from 'react';
|
|
728
|
+
import type {PropNavigation} from '@docusaurus/plugin-content-docs';
|
|
729
|
+
|
|
730
|
+
// May be simpler to provide a {navigation: PropNavigation} prop?
|
|
731
|
+
export interface Props extends PropNavigation {
|
|
732
|
+
className?: string;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
export default function DocPaginator(props: Props): ReactNode;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
declare module '@theme/DocSidebar' {
|
|
739
|
+
import type {ReactNode} from 'react';
|
|
740
|
+
import type {PropSidebarItem} from '@docusaurus/plugin-content-docs';
|
|
741
|
+
|
|
742
|
+
export interface Props {
|
|
743
|
+
readonly path: string;
|
|
744
|
+
readonly sidebar: readonly PropSidebarItem[];
|
|
745
|
+
readonly onCollapse: () => void;
|
|
746
|
+
readonly isHidden: boolean;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
export default function DocSidebar(props: Props): ReactNode;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
declare module '@theme/DocSidebar/Mobile' {
|
|
753
|
+
import type {ReactNode} from 'react';
|
|
754
|
+
import type {Props as DocSidebarProps} from '@theme/DocSidebar';
|
|
755
|
+
|
|
756
|
+
export interface Props extends DocSidebarProps {}
|
|
757
|
+
|
|
758
|
+
export default function DocSidebarMobile(props: Props): ReactNode;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
declare module '@theme/DocSidebar/Desktop' {
|
|
762
|
+
import type {ReactNode} from 'react';
|
|
763
|
+
import type {Props as DocSidebarProps} from '@theme/DocSidebar';
|
|
764
|
+
|
|
765
|
+
export interface Props extends DocSidebarProps {}
|
|
766
|
+
|
|
767
|
+
export default function DocSidebarDesktop(props: Props): ReactNode;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
declare module '@theme/DocSidebar/Desktop/Content' {
|
|
771
|
+
import type {ReactNode} from 'react';
|
|
772
|
+
import type {PropSidebarItem} from '@docusaurus/plugin-content-docs';
|
|
773
|
+
|
|
774
|
+
export interface Props {
|
|
775
|
+
readonly className?: string;
|
|
776
|
+
readonly path: string;
|
|
777
|
+
readonly sidebar: readonly PropSidebarItem[];
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
export default function Content(props: Props): ReactNode;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
declare module '@theme/DocSidebar/Desktop/CollapseButton' {
|
|
784
|
+
import type {ReactNode} from 'react';
|
|
785
|
+
|
|
786
|
+
export interface Props {
|
|
787
|
+
readonly onClick: React.MouseEventHandler;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
export default function CollapseButton(props: Props): ReactNode;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
declare module '@theme/DocSidebarItem' {
|
|
794
|
+
import type {ReactNode} from 'react';
|
|
795
|
+
import type {PropSidebarItem} from '@docusaurus/plugin-content-docs';
|
|
796
|
+
|
|
797
|
+
export interface Props {
|
|
798
|
+
readonly activePath: string;
|
|
799
|
+
readonly onItemClick?: (item: PropSidebarItem) => void;
|
|
800
|
+
readonly level: number;
|
|
801
|
+
readonly tabIndex?: number;
|
|
802
|
+
readonly item: PropSidebarItem;
|
|
803
|
+
readonly index: number;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
export default function DocSidebarItem(props: Props): ReactNode;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
declare module '@theme/DocSidebarItem/Link' {
|
|
810
|
+
import type {ReactNode} from 'react';
|
|
811
|
+
import type {Props as DocSidebarItemProps} from '@theme/DocSidebarItem';
|
|
812
|
+
|
|
813
|
+
import type {PropSidebarItemLink} from '@docusaurus/plugin-content-docs';
|
|
814
|
+
|
|
815
|
+
export interface Props extends DocSidebarItemProps {
|
|
816
|
+
readonly item: PropSidebarItemLink;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
export default function DocSidebarItemLink(props: Props): ReactNode;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
declare module '@theme/DocSidebarItem/Html' {
|
|
823
|
+
import type {ReactNode} from 'react';
|
|
824
|
+
import type {Props as DocSidebarItemProps} from '@theme/DocSidebarItem';
|
|
825
|
+
import type {PropSidebarItemHtml} from '@docusaurus/plugin-content-docs';
|
|
826
|
+
|
|
827
|
+
export interface Props extends DocSidebarItemProps {
|
|
828
|
+
readonly item: PropSidebarItemHtml;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
export default function DocSidebarItemHtml(props: Props): ReactNode;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
declare module '@theme/DocSidebarItem/Category' {
|
|
835
|
+
import type {ReactNode} from 'react';
|
|
836
|
+
import type {Props as DocSidebarItemProps} from '@theme/DocSidebarItem';
|
|
837
|
+
import type {PropSidebarItemCategory} from '@docusaurus/plugin-content-docs';
|
|
838
|
+
|
|
839
|
+
export interface Props extends DocSidebarItemProps {
|
|
840
|
+
readonly item: PropSidebarItemCategory;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
export default function DocSidebarItemCategory(props: Props): ReactNode;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
declare module '@theme/DocSidebarItems' {
|
|
847
|
+
import type {ReactNode} from 'react';
|
|
848
|
+
import type {Props as DocSidebarItemProps} from '@theme/DocSidebarItem';
|
|
849
|
+
import type {PropSidebarItem} from '@docusaurus/plugin-content-docs';
|
|
850
|
+
|
|
851
|
+
export interface Props extends Omit<DocSidebarItemProps, 'item' | 'index'> {
|
|
852
|
+
readonly items: readonly PropSidebarItem[];
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
export default function DocSidebarItems(props: Props): ReactNode;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
declare module '@theme/DocVersionBanner' {
|
|
859
|
+
import type {ReactNode} from 'react';
|
|
860
|
+
|
|
861
|
+
export interface Props {
|
|
862
|
+
readonly className?: string;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
export default function DocVersionBanner(props: Props): ReactNode;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
declare module '@theme/DocVersionBadge' {
|
|
869
|
+
import type {ReactNode} from 'react';
|
|
870
|
+
|
|
871
|
+
export interface Props {
|
|
872
|
+
readonly className?: string;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
export default function DocVersionBadge(props: Props): ReactNode;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
declare module '@theme/DocVersionSuggestions' {
|
|
879
|
+
import type {ReactNode} from 'react';
|
|
880
|
+
|
|
881
|
+
export default function DocVersionSuggestions(): ReactNode;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
declare module '@theme/EditMetaRow' {
|
|
885
|
+
import type {ReactNode} from 'react';
|
|
886
|
+
|
|
887
|
+
export interface Props {
|
|
888
|
+
readonly className: string;
|
|
889
|
+
readonly editUrl: string | null | undefined;
|
|
890
|
+
readonly lastUpdatedAt: number | null | undefined;
|
|
891
|
+
readonly lastUpdatedBy: string | null | undefined;
|
|
892
|
+
}
|
|
893
|
+
export default function EditMetaRow(props: Props): ReactNode;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
declare module '@theme/EditThisPage' {
|
|
897
|
+
import type {ReactNode} from 'react';
|
|
898
|
+
|
|
899
|
+
export interface Props {
|
|
900
|
+
readonly editUrl: string;
|
|
901
|
+
}
|
|
902
|
+
export default function EditThisPage(props: Props): ReactNode;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
declare module '@theme/ErrorPageContent' {
|
|
906
|
+
import type ErrorComponent from '@theme/Error';
|
|
907
|
+
|
|
908
|
+
const ErrorPageContent: typeof ErrorComponent;
|
|
909
|
+
export default ErrorPageContent;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
declare module '@theme/Footer' {
|
|
913
|
+
import type {ReactNode} from 'react';
|
|
914
|
+
|
|
915
|
+
export default function Footer(): ReactNode | null;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
declare module '@theme/Footer/Logo' {
|
|
919
|
+
import type {ReactNode} from 'react';
|
|
920
|
+
|
|
921
|
+
import type {FooterLogo} from '@docusaurus/theme-common';
|
|
922
|
+
|
|
923
|
+
export interface Props {
|
|
924
|
+
readonly logo: FooterLogo;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
export default function FooterLogo(props: Props): ReactNode;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
declare module '@theme/Footer/Copyright' {
|
|
931
|
+
import type {ReactNode} from 'react';
|
|
932
|
+
|
|
933
|
+
export interface Props {
|
|
934
|
+
readonly copyright: string;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
export default function FooterCopyright(props: Props): ReactNode;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
declare module '@theme/Footer/LinkItem' {
|
|
941
|
+
import type {ReactNode} from 'react';
|
|
942
|
+
|
|
943
|
+
import type {FooterLinkItem} from '@docusaurus/theme-common';
|
|
944
|
+
|
|
945
|
+
export interface Props {
|
|
946
|
+
readonly item: FooterLinkItem;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
export default function FooterLinkItem(props: Props): ReactNode;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
declare module '@theme/Footer/Layout' {
|
|
953
|
+
import type {ReactNode} from 'react';
|
|
954
|
+
|
|
955
|
+
export interface Props {
|
|
956
|
+
readonly style: 'light' | 'dark';
|
|
957
|
+
readonly links: ReactNode;
|
|
958
|
+
readonly logo: ReactNode;
|
|
959
|
+
readonly copyright: ReactNode;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
export default function FooterLayout(props: Props): ReactNode;
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
declare module '@theme/Footer/Links' {
|
|
966
|
+
import type {ReactNode} from 'react';
|
|
967
|
+
import type {Footer} from '@docusaurus/theme-common';
|
|
968
|
+
|
|
969
|
+
export interface Props {
|
|
970
|
+
readonly links: Footer['links'];
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
export default function FooterLinks(props: Props): ReactNode;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
declare module '@theme/Footer/Links/MultiColumn' {
|
|
977
|
+
import type {ReactNode} from 'react';
|
|
978
|
+
import type {MultiColumnFooter} from '@docusaurus/theme-common';
|
|
979
|
+
|
|
980
|
+
export interface Props {
|
|
981
|
+
readonly columns: MultiColumnFooter['links'];
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
export default function FooterLinksMultiColumn(props: Props): ReactNode;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
declare module '@theme/Footer/Links/Simple' {
|
|
988
|
+
import type {ReactNode} from 'react';
|
|
989
|
+
import type {SimpleFooter} from '@docusaurus/theme-common';
|
|
990
|
+
|
|
991
|
+
export interface Props {
|
|
992
|
+
readonly links: SimpleFooter['links'];
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
export default function FooterLinksSimple(props: Props): ReactNode;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
declare module '@theme/Heading' {
|
|
999
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1000
|
+
|
|
1001
|
+
type HeadingType = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
1002
|
+
|
|
1003
|
+
export interface Props extends ComponentProps<HeadingType> {
|
|
1004
|
+
readonly as: HeadingType;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
export default function Heading(props: Props): ReactNode;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
declare module '@theme/Homepage' {
|
|
1011
|
+
import type {ReactNode} from 'react';
|
|
1012
|
+
|
|
1013
|
+
export interface Props {
|
|
1014
|
+
children?: ReactNode;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
export default function Homepage(props: Props): ReactNode;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
declare module '@theme/NotFound/Content' {
|
|
1021
|
+
import type {ReactNode} from 'react';
|
|
1022
|
+
|
|
1023
|
+
export interface Props {
|
|
1024
|
+
readonly className?: string;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
export default function NotFoundContent(props: Props): ReactNode;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
declare module '@theme/Layout' {
|
|
1031
|
+
import type {ReactNode} from 'react';
|
|
1032
|
+
|
|
1033
|
+
export interface Props {
|
|
1034
|
+
readonly children?: ReactNode;
|
|
1035
|
+
readonly noFooter?: boolean;
|
|
1036
|
+
readonly wrapperClassName?: string;
|
|
1037
|
+
|
|
1038
|
+
// Not really layout-related, but kept for convenience/retro-compatibility
|
|
1039
|
+
readonly title?: string;
|
|
1040
|
+
readonly description?: string;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
export default function Layout(props: Props): ReactNode;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
declare module '@theme/Layout/Provider' {
|
|
1047
|
+
import type {ReactNode} from 'react';
|
|
1048
|
+
|
|
1049
|
+
export interface Props {
|
|
1050
|
+
readonly children: ReactNode;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
export default function LayoutProvider(props: Props): ReactNode;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
declare module '@theme/SearchMetadata' {
|
|
1057
|
+
import type {ReactNode} from 'react';
|
|
1058
|
+
|
|
1059
|
+
export interface Props {
|
|
1060
|
+
readonly locale?: string;
|
|
1061
|
+
readonly version?: string;
|
|
1062
|
+
readonly tag?: string;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export default function SearchMetadata(props: Props): ReactNode;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
declare module '@theme/LastUpdated' {
|
|
1069
|
+
import type {ReactNode} from 'react';
|
|
1070
|
+
|
|
1071
|
+
export interface Props {
|
|
1072
|
+
readonly lastUpdatedAt?: number | null;
|
|
1073
|
+
readonly lastUpdatedBy?: string | null;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
export default function LastUpdated(props: Props): ReactNode;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
declare module '@theme/SkipToContent' {
|
|
1080
|
+
import type {ReactNode} from 'react';
|
|
1081
|
+
|
|
1082
|
+
export default function SkipToContent(): ReactNode;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
declare module '@theme/MDXComponents/A' {
|
|
1086
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1087
|
+
|
|
1088
|
+
export interface Props extends ComponentProps<'a'> {
|
|
1089
|
+
'data-footnote-ref'?: true;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
export default function MDXA(props: Props): ReactNode;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
declare module '@theme/MDXComponents/Button' {
|
|
1097
|
+
import type { ComponentProps } from 'react';
|
|
1098
|
+
import type OriginalMDXComponents from '@theme-original/MDXComponents';
|
|
1099
|
+
|
|
1100
|
+
export interface MDXComponentsObject {
|
|
1101
|
+
Button: React.ComponentType<{
|
|
1102
|
+
children: React.ReactNode;
|
|
1103
|
+
href?: string;
|
|
1104
|
+
to?: string;
|
|
1105
|
+
}>;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
const MDXComponents: typeof OriginalMDXComponents & MDXComponentsObject;
|
|
1109
|
+
export default MDXComponents;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
declare module '@theme/MDXComponents/Code' {
|
|
1113
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1114
|
+
|
|
1115
|
+
export interface Props extends ComponentProps<'code'> {}
|
|
1116
|
+
|
|
1117
|
+
export default function MDXCode(props: Props): ReactNode;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
declare module '@theme/MDXComponents/Details' {
|
|
1121
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1122
|
+
|
|
1123
|
+
export interface Props extends ComponentProps<'details'> {}
|
|
1124
|
+
|
|
1125
|
+
export default function MDXDetails(props: Props): ReactNode;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
declare module '@theme/MDXComponents/Ul' {
|
|
1129
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1130
|
+
|
|
1131
|
+
export interface Props extends ComponentProps<'ul'> {}
|
|
1132
|
+
|
|
1133
|
+
export default function MDXUl(props: Props): ReactNode;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
declare module '@theme/MDXComponents/Li' {
|
|
1137
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1138
|
+
|
|
1139
|
+
export interface Props extends ComponentProps<'li'> {}
|
|
1140
|
+
|
|
1141
|
+
export default function MDXLi(props: Props): ReactNode;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
declare module '@theme/MDXComponents/Img' {
|
|
1145
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1146
|
+
|
|
1147
|
+
export interface Props extends ComponentProps<'img'> {}
|
|
1148
|
+
|
|
1149
|
+
export default function MDXImg(props: Props): ReactNode;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
declare module '@theme/MDXComponents/Heading' {
|
|
1153
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1154
|
+
import type Heading from '@theme/Heading';
|
|
1155
|
+
|
|
1156
|
+
export interface Props extends ComponentProps<typeof Heading> {}
|
|
1157
|
+
|
|
1158
|
+
export default function MDXHeading(props: Props): ReactNode;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
declare module '@theme/MDXComponents/Pre' {
|
|
1162
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1163
|
+
|
|
1164
|
+
export interface Props extends ComponentProps<'pre'> {}
|
|
1165
|
+
|
|
1166
|
+
export default function MDXPre(props: Props): ReactNode;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
declare module '@theme/MDXComponents' {
|
|
1170
|
+
import type {ComponentType, ComponentProps, ReactNode} from 'react';
|
|
1171
|
+
|
|
1172
|
+
import type MDXCode from '@theme/MDXComponents/Code';
|
|
1173
|
+
import type MDXA from '@theme/MDXComponents/A';
|
|
1174
|
+
import type MDXPre from '@theme/MDXComponents/Pre';
|
|
1175
|
+
import type MDXDetails from '@theme/MDXComponents/Details';
|
|
1176
|
+
import type MDXUl from '@theme/MDXComponents/Ul';
|
|
1177
|
+
import type MDXImg from '@theme/MDXComponents/Img';
|
|
1178
|
+
import type Admonition from '@theme/Admonition';
|
|
1179
|
+
import type Mermaid from '@theme/Mermaid';
|
|
1180
|
+
import type Head from '@docusaurus/Head';
|
|
1181
|
+
|
|
1182
|
+
import type {MDXProvider} from '@mdx-js/react';
|
|
1183
|
+
|
|
1184
|
+
type MDXComponentsBase = ComponentProps<typeof MDXProvider>['components'];
|
|
1185
|
+
|
|
1186
|
+
export type MDXComponentsObject = MDXComponentsBase & {
|
|
1187
|
+
readonly Head: typeof Head;
|
|
1188
|
+
readonly details: typeof MDXDetails;
|
|
1189
|
+
|
|
1190
|
+
readonly Details: typeof MDXDetails;
|
|
1191
|
+
readonly code: typeof MDXCode;
|
|
1192
|
+
readonly a: typeof MDXA;
|
|
1193
|
+
readonly pre: typeof MDXPre;
|
|
1194
|
+
readonly ul: typeof MDXUl;
|
|
1195
|
+
readonly img: typeof MDXImg;
|
|
1196
|
+
readonly h1: (props: ComponentProps<'h1'>) => ReactNode;
|
|
1197
|
+
readonly h2: (props: ComponentProps<'h2'>) => ReactNode;
|
|
1198
|
+
readonly h3: (props: ComponentProps<'h3'>) => ReactNode;
|
|
1199
|
+
readonly h4: (props: ComponentProps<'h4'>) => ReactNode;
|
|
1200
|
+
readonly h5: (props: ComponentProps<'h5'>) => ReactNode;
|
|
1201
|
+
readonly h6: (props: ComponentProps<'h6'>) => ReactNode;
|
|
1202
|
+
readonly admonition: typeof Admonition;
|
|
1203
|
+
readonly mermaid: typeof Mermaid;
|
|
1204
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1205
|
+
[tagName: string]: ComponentType<any>;
|
|
1206
|
+
};
|
|
1207
|
+
|
|
1208
|
+
const MDXComponents: MDXComponentsObject;
|
|
1209
|
+
export default MDXComponents;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
declare module '@theme/MDXContent' {
|
|
1213
|
+
import type {ReactNode} from 'react';
|
|
1214
|
+
|
|
1215
|
+
export interface Props {
|
|
1216
|
+
readonly children: ReactNode;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
export default function MDXContent(props: Props): ReactNode;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
declare module '@theme/Navbar' {
|
|
1223
|
+
import type {ReactNode} from 'react';
|
|
1224
|
+
|
|
1225
|
+
export default function Navbar(): ReactNode;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
declare module '@theme/Navbar/ColorModeToggle' {
|
|
1229
|
+
import type {ReactNode} from 'react';
|
|
1230
|
+
|
|
1231
|
+
export interface Props {
|
|
1232
|
+
readonly className?: string;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export default function NavbarColorModeToggle(props: Props): ReactNode | null;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
declare module '@theme/Navbar/Logo' {
|
|
1239
|
+
import type {ReactNode} from 'react';
|
|
1240
|
+
|
|
1241
|
+
export default function NavbarLogo(): ReactNode;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
declare module '@theme/Navbar/Content' {
|
|
1245
|
+
import type {ReactNode} from 'react';
|
|
1246
|
+
|
|
1247
|
+
export default function NavbarContent(): ReactNode;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
declare module '@theme/Navbar/Layout' {
|
|
1251
|
+
import type {ReactNode} from 'react';
|
|
1252
|
+
|
|
1253
|
+
export interface Props {
|
|
1254
|
+
readonly children: React.ReactNode;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export default function NavbarLayout(props: Props): ReactNode;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
declare module '@theme/Navbar/MobileSidebar' {
|
|
1261
|
+
import type {ReactNode} from 'react';
|
|
1262
|
+
|
|
1263
|
+
export default function NavbarMobileSidebar(): ReactNode;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
declare module '@theme/Navbar/MobileSidebar/Layout' {
|
|
1267
|
+
import type {ReactNode} from 'react';
|
|
1268
|
+
|
|
1269
|
+
interface Props {
|
|
1270
|
+
readonly header: ReactNode;
|
|
1271
|
+
readonly primaryMenu: ReactNode;
|
|
1272
|
+
readonly secondaryMenu: ReactNode;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
export default function NavbarMobileSidebarLayout(props: Props): ReactNode;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
declare module '@theme/Navbar/MobileSidebar/Toggle' {
|
|
1279
|
+
import type {ReactNode} from 'react';
|
|
1280
|
+
|
|
1281
|
+
export default function NavbarMobileSidebarToggle(): ReactNode;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
declare module '@theme/Navbar/MobileSidebar/PrimaryMenu' {
|
|
1285
|
+
import type {ReactNode} from 'react';
|
|
1286
|
+
|
|
1287
|
+
export default function NavbarMobileSidebarPrimaryMenu(): ReactNode;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
declare module '@theme/Navbar/MobileSidebar/SecondaryMenu' {
|
|
1291
|
+
import type {ReactNode} from 'react';
|
|
1292
|
+
|
|
1293
|
+
export default function NavbarMobileSidebarSecondaryMenu(): ReactNode;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
declare module '@theme/Navbar/MobileSidebar/Header' {
|
|
1297
|
+
import type {ReactNode} from 'react';
|
|
1298
|
+
|
|
1299
|
+
export default function NavbarMobileSidebarHeader(): ReactNode;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
declare module '@theme/Navbar/Search' {
|
|
1303
|
+
import type {ReactNode} from 'react';
|
|
1304
|
+
|
|
1305
|
+
export interface Props {
|
|
1306
|
+
readonly children: ReactNode;
|
|
1307
|
+
readonly className?: string;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
export default function NavbarSearch(props: Props): ReactNode;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
declare module '@theme/NavbarItem/DefaultNavbarItem' {
|
|
1314
|
+
import type {ReactNode} from 'react';
|
|
1315
|
+
import type {Props as NavbarNavLinkProps} from '@theme/NavbarItem/NavbarNavLink';
|
|
1316
|
+
|
|
1317
|
+
export type DefaultNavbarItemProps = NavbarNavLinkProps & {
|
|
1318
|
+
readonly isDropdownItem?: boolean;
|
|
1319
|
+
readonly className?: string;
|
|
1320
|
+
readonly position?: 'left' | 'right';
|
|
1321
|
+
};
|
|
1322
|
+
|
|
1323
|
+
// TODO Docusaurus v4, remove old type name
|
|
1324
|
+
export type DesktopOrMobileNavBarItemProps = DefaultNavbarItemProps;
|
|
1325
|
+
|
|
1326
|
+
export interface Props extends DefaultNavbarItemProps {
|
|
1327
|
+
readonly mobile?: boolean;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
export default function DefaultNavbarItem(props: Props): ReactNode;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
declare module '@theme/NavbarItem/DefaultNavbarItem/Mobile' {
|
|
1334
|
+
import type {ReactNode} from 'react';
|
|
1335
|
+
import type {DefaultNavbarItemProps} from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1336
|
+
|
|
1337
|
+
export interface Props extends DefaultNavbarItemProps {}
|
|
1338
|
+
|
|
1339
|
+
export default function DefaultNavbarItemMobile(props: Props): ReactNode;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
declare module '@theme/NavbarItem/DefaultNavbarItem/Desktop' {
|
|
1343
|
+
import type {ReactNode} from 'react';
|
|
1344
|
+
import type {DefaultNavbarItemProps} from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1345
|
+
|
|
1346
|
+
export interface Props extends DefaultNavbarItemProps {}
|
|
1347
|
+
|
|
1348
|
+
export default function DefaultNavbarItemDesktop(props: Props): ReactNode;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
declare module '@theme/NavbarItem/NavbarNavLink' {
|
|
1352
|
+
import type {ReactNode} from 'react';
|
|
1353
|
+
import type {Props as LinkProps} from '@docusaurus/Link';
|
|
1354
|
+
|
|
1355
|
+
export interface Props extends LinkProps {
|
|
1356
|
+
readonly activeBasePath?: string;
|
|
1357
|
+
readonly activeBaseRegex?: string;
|
|
1358
|
+
readonly exact?: boolean;
|
|
1359
|
+
readonly label?: ReactNode;
|
|
1360
|
+
readonly html?: string;
|
|
1361
|
+
readonly prependBaseUrlToHref?: boolean;
|
|
1362
|
+
readonly isDropdownLink?: boolean;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
export default function NavbarNavLink(props: Props): ReactNode;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
declare module '@theme/NavbarItem/DropdownNavbarItem' {
|
|
1369
|
+
import type {ReactNode} from 'react';
|
|
1370
|
+
import type {Props as NavbarNavLinkProps} from '@theme/NavbarItem/NavbarNavLink';
|
|
1371
|
+
import type {LinkLikeNavbarItemProps} from '@theme/NavbarItem';
|
|
1372
|
+
|
|
1373
|
+
export type DropdownNavbarItemProps = NavbarNavLinkProps & {
|
|
1374
|
+
readonly position?: 'left' | 'right';
|
|
1375
|
+
readonly items: readonly LinkLikeNavbarItemProps[];
|
|
1376
|
+
readonly className?: string;
|
|
1377
|
+
};
|
|
1378
|
+
|
|
1379
|
+
// TODO Docusaurus v4, remove old type name
|
|
1380
|
+
export type DesktopOrMobileNavBarItemProps = DropdownNavbarItemProps;
|
|
1381
|
+
|
|
1382
|
+
export interface Props extends DropdownNavbarItemProps {
|
|
1383
|
+
readonly mobile?: boolean;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
export default function DropdownNavbarItem(props: Props): ReactNode;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
declare module '@theme/NavbarItem/DropdownNavbarItem/Mobile' {
|
|
1390
|
+
import type {ReactNode} from 'react';
|
|
1391
|
+
import type {DropdownNavbarItemProps} from '@theme/NavbarItem/DropdownNavbarItem';
|
|
1392
|
+
|
|
1393
|
+
export interface Props extends DropdownNavbarItemProps {}
|
|
1394
|
+
|
|
1395
|
+
export default function DropdownNavbarItemMobile(props: Props): ReactNode;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
declare module '@theme/NavbarItem/DropdownNavbarItem/Desktop' {
|
|
1399
|
+
import type {ReactNode} from 'react';
|
|
1400
|
+
import type {DropdownNavbarItemProps} from '@theme/NavbarItem/DropdownNavbarItem';
|
|
1401
|
+
|
|
1402
|
+
export interface Props extends DropdownNavbarItemProps {}
|
|
1403
|
+
|
|
1404
|
+
export default function DropdownNavbarItemDesktop(props: Props): ReactNode;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
declare module '@theme/NavbarItem/SearchNavbarItem' {
|
|
1408
|
+
import type {ReactNode} from 'react';
|
|
1409
|
+
|
|
1410
|
+
export interface Props {
|
|
1411
|
+
readonly mobile?: boolean;
|
|
1412
|
+
readonly className?: string;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
export default function SearchNavbarItem(props: Props): ReactNode;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
declare module '@theme/NavbarItem/LocaleDropdownNavbarItem' {
|
|
1419
|
+
import type {ReactNode} from 'react';
|
|
1420
|
+
import type {Props as DropdownNavbarItemProps} from '@theme/NavbarItem/DropdownNavbarItem';
|
|
1421
|
+
import type {LinkLikeNavbarItemProps} from '@theme/NavbarItem';
|
|
1422
|
+
|
|
1423
|
+
export interface Props extends DropdownNavbarItemProps {
|
|
1424
|
+
readonly dropdownItemsBefore: LinkLikeNavbarItemProps[];
|
|
1425
|
+
readonly dropdownItemsAfter: LinkLikeNavbarItemProps[];
|
|
1426
|
+
readonly queryString?: string;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
export default function LocaleDropdownNavbarItem(props: Props): ReactNode;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
declare module '@theme/NavbarItem/DocsVersionDropdownNavbarItem' {
|
|
1433
|
+
import type {ReactNode} from 'react';
|
|
1434
|
+
import type {Props as DropdownNavbarItemProps} from '@theme/NavbarItem/DropdownNavbarItem';
|
|
1435
|
+
import type {LinkLikeNavbarItemProps} from '@theme/NavbarItem';
|
|
1436
|
+
|
|
1437
|
+
type PropVersionItem = {
|
|
1438
|
+
readonly label?: string;
|
|
1439
|
+
};
|
|
1440
|
+
|
|
1441
|
+
type PropVersionItems = {
|
|
1442
|
+
readonly [version: string]: PropVersionItem;
|
|
1443
|
+
};
|
|
1444
|
+
|
|
1445
|
+
type PropVersions = string[] | PropVersionItems;
|
|
1446
|
+
|
|
1447
|
+
export interface Props extends DropdownNavbarItemProps {
|
|
1448
|
+
readonly docsPluginId?: string;
|
|
1449
|
+
readonly dropdownActiveClassDisabled?: boolean;
|
|
1450
|
+
readonly dropdownItemsBefore: LinkLikeNavbarItemProps[];
|
|
1451
|
+
readonly dropdownItemsAfter: LinkLikeNavbarItemProps[];
|
|
1452
|
+
readonly versions?: PropVersions;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export default function DocsVersionDropdownNavbarItem(
|
|
1456
|
+
props: Props,
|
|
1457
|
+
): ReactNode;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
declare module '@theme/NavbarItem/DocsVersionNavbarItem' {
|
|
1461
|
+
import type {ReactNode} from 'react';
|
|
1462
|
+
import type {Props as DefaultNavbarItemProps} from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1463
|
+
|
|
1464
|
+
export interface Props extends DefaultNavbarItemProps {
|
|
1465
|
+
readonly docsPluginId?: string;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
export default function DocsVersionNavbarItem(props: Props): ReactNode;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
declare module '@theme/NavbarItem/DocNavbarItem' {
|
|
1472
|
+
import type {ReactNode} from 'react';
|
|
1473
|
+
import type {Props as DefaultNavbarItemProps} from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1474
|
+
|
|
1475
|
+
export interface Props extends DefaultNavbarItemProps {
|
|
1476
|
+
readonly docId: string;
|
|
1477
|
+
readonly docsPluginId?: string;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
export default function DocsSidebarNavbarItem(props: Props): ReactNode | null;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
declare module '@theme/NavbarItem/DocSidebarNavbarItem' {
|
|
1484
|
+
import type {ReactNode} from 'react';
|
|
1485
|
+
import type {Props as DefaultNavbarItemProps} from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1486
|
+
|
|
1487
|
+
export interface Props extends DefaultNavbarItemProps {
|
|
1488
|
+
readonly sidebarId: string;
|
|
1489
|
+
readonly docsPluginId?: string;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export default function DocSidebarNavbarItem(props: Props): ReactNode;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
declare module '@theme/NavbarItem/HtmlNavbarItem' {
|
|
1496
|
+
import type {ReactNode} from 'react';
|
|
1497
|
+
import type {Props as DefaultNavbarItemProps} from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1498
|
+
|
|
1499
|
+
export interface Props extends DefaultNavbarItemProps {
|
|
1500
|
+
readonly value: string;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
export default function HtmlNavbarItem(props: Props): ReactNode;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
declare module '@theme/NavbarItem/ComponentTypes' {
|
|
1507
|
+
import type {ComponentType} from 'react';
|
|
1508
|
+
|
|
1509
|
+
import type DefaultNavbarItem from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1510
|
+
import type DropdownNavbarItem from '@theme/NavbarItem/DropdownNavbarItem';
|
|
1511
|
+
import type LocaleDropdownNavbarItem from '@theme/NavbarItem/LocaleDropdownNavbarItem';
|
|
1512
|
+
import type SearchNavbarItem from '@theme/NavbarItem/SearchNavbarItem';
|
|
1513
|
+
import type HtmlNavbarItem from '@theme/NavbarItem/HtmlNavbarItem';
|
|
1514
|
+
import type DocNavbarItem from '@theme/NavbarItem/DocNavbarItem';
|
|
1515
|
+
import type DocSidebarNavbarItem from '@theme/NavbarItem/DocSidebarNavbarItem';
|
|
1516
|
+
import type DocsVersionNavbarItem from '@theme/NavbarItem/DocsVersionNavbarItem';
|
|
1517
|
+
import type DocsVersionDropdownNavbarItem from '@theme/NavbarItem/DocsVersionDropdownNavbarItem';
|
|
1518
|
+
|
|
1519
|
+
export type ComponentTypesObject = {
|
|
1520
|
+
readonly default: typeof DefaultNavbarItem;
|
|
1521
|
+
readonly localeDropdown: typeof LocaleDropdownNavbarItem;
|
|
1522
|
+
readonly search: typeof SearchNavbarItem;
|
|
1523
|
+
readonly dropdown: typeof DropdownNavbarItem;
|
|
1524
|
+
readonly html: typeof HtmlNavbarItem;
|
|
1525
|
+
readonly doc: typeof DocNavbarItem;
|
|
1526
|
+
readonly docSidebar: typeof DocSidebarNavbarItem;
|
|
1527
|
+
readonly docsVersion: typeof DocsVersionNavbarItem;
|
|
1528
|
+
readonly docsVersionDropdown: typeof DocsVersionDropdownNavbarItem;
|
|
1529
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1530
|
+
[customComponentType: string]: ComponentType<any>;
|
|
1531
|
+
};
|
|
1532
|
+
|
|
1533
|
+
const ComponentTypes: ComponentTypesObject;
|
|
1534
|
+
export default ComponentTypes;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
declare module '@theme/NavbarItem' {
|
|
1538
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1539
|
+
import type {Props as DefaultNavbarItemProps} from '@theme/NavbarItem/DefaultNavbarItem';
|
|
1540
|
+
import type {Props as DocNavbarItemProps} from '@theme/NavbarItem/DocNavbarItem';
|
|
1541
|
+
import type {Props as DocSidebarNavbarItemProps} from '@theme/NavbarItem/DocSidebarNavbarItem';
|
|
1542
|
+
import type {Props as DocsVersionNavbarItemProps} from '@theme/NavbarItem/DocsVersionNavbarItem';
|
|
1543
|
+
import type {Props as DropdownNavbarItemProps} from '@theme/NavbarItem/DropdownNavbarItem';
|
|
1544
|
+
import type {Props as DocsVersionDropdownNavbarItemProps} from '@theme/NavbarItem/DocsVersionDropdownNavbarItem';
|
|
1545
|
+
import type {Props as LocaleDropdownNavbarItemProps} from '@theme/NavbarItem/LocaleDropdownNavbarItem';
|
|
1546
|
+
import type {Props as SearchNavbarItemProps} from '@theme/NavbarItem/SearchNavbarItem';
|
|
1547
|
+
import type {Props as HtmlNavbarItemProps} from '@theme/NavbarItem/HtmlNavbarItem';
|
|
1548
|
+
|
|
1549
|
+
export type LinkLikeNavbarItemProps =
|
|
1550
|
+
| ({readonly type?: 'default'} & DefaultNavbarItemProps)
|
|
1551
|
+
| ({readonly type: 'doc'} & DocNavbarItemProps)
|
|
1552
|
+
| ({readonly type: 'docsVersion'} & DocsVersionNavbarItemProps)
|
|
1553
|
+
| ({readonly type: 'docSidebar'} & DocSidebarNavbarItemProps)
|
|
1554
|
+
| ({readonly type: 'html'} & HtmlNavbarItemProps);
|
|
1555
|
+
|
|
1556
|
+
export type Props = ComponentProps<'a'> & {
|
|
1557
|
+
readonly position?: 'left' | 'right';
|
|
1558
|
+
} & (
|
|
1559
|
+
| LinkLikeNavbarItemProps
|
|
1560
|
+
| ({readonly type?: 'dropdown'} & DropdownNavbarItemProps)
|
|
1561
|
+
| ({
|
|
1562
|
+
readonly type: 'docsVersionDropdown';
|
|
1563
|
+
} & DocsVersionDropdownNavbarItemProps)
|
|
1564
|
+
| ({readonly type: 'localeDropdown'} & LocaleDropdownNavbarItemProps)
|
|
1565
|
+
| ({
|
|
1566
|
+
readonly type: 'search';
|
|
1567
|
+
} & SearchNavbarItemProps)
|
|
1568
|
+
);
|
|
1569
|
+
|
|
1570
|
+
export type NavbarItemType = Props['type'];
|
|
1571
|
+
|
|
1572
|
+
export default function NavbarItem(props: Props): ReactNode;
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
declare module '@theme/PaginatorNavLink' {
|
|
1576
|
+
import type {ReactNode} from 'react';
|
|
1577
|
+
import type {PropNavigationLink} from '@docusaurus/plugin-content-docs';
|
|
1578
|
+
|
|
1579
|
+
export interface Props extends Omit<PropNavigationLink, 'title'> {
|
|
1580
|
+
readonly title: ReactNode;
|
|
1581
|
+
readonly subLabel?: ReactNode;
|
|
1582
|
+
readonly isNext?: boolean;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export default function PaginatorNavLink(props: Props): ReactNode;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
declare module '@theme/SearchBar' {
|
|
1589
|
+
import type {ReactNode} from 'react';
|
|
1590
|
+
|
|
1591
|
+
export default function SearchBar(): ReactNode;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
declare module '@theme/Mermaid' {
|
|
1595
|
+
import type {ReactNode} from 'react';
|
|
1596
|
+
|
|
1597
|
+
export interface Props {
|
|
1598
|
+
value: string;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
export default function Mermaid(props: Props): ReactNode;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
declare module '@theme/TabItem' {
|
|
1605
|
+
import type {ReactNode} from 'react';
|
|
1606
|
+
|
|
1607
|
+
import type {TabItemProps} from '@docusaurus/theme-common/internal';
|
|
1608
|
+
|
|
1609
|
+
export interface Props extends TabItemProps {}
|
|
1610
|
+
|
|
1611
|
+
export default function TabItem(props: Props): ReactNode;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
declare module '@theme/Tabs' {
|
|
1615
|
+
import type {ReactNode} from 'react';
|
|
1616
|
+
import type {TabsProps} from '@docusaurus/theme-common/internal';
|
|
1617
|
+
|
|
1618
|
+
export interface Props extends TabsProps {}
|
|
1619
|
+
|
|
1620
|
+
export default function Tabs(props: Props): ReactNode;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
declare module '@theme/ThemedImage' {
|
|
1624
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1625
|
+
|
|
1626
|
+
export interface Props extends Omit<ComponentProps<'img'>, 'src'> {
|
|
1627
|
+
readonly sources: {
|
|
1628
|
+
readonly light: string;
|
|
1629
|
+
readonly dark: string;
|
|
1630
|
+
};
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
export default function ThemedImage(props: Props): ReactNode;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
declare module '@theme/ThemeProvider/TitleFormatter' {
|
|
1637
|
+
import type {ReactNode} from 'react';
|
|
1638
|
+
|
|
1639
|
+
export interface Props {
|
|
1640
|
+
readonly children: ReactNode;
|
|
1641
|
+
}
|
|
1642
|
+
export default function ThemeProviderTitleFormatter({
|
|
1643
|
+
children,
|
|
1644
|
+
}: Props): ReactNode;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
declare module '@theme/Details' {
|
|
1648
|
+
import {Details, type DetailsProps} from '@docusaurus/theme-common/Details';
|
|
1649
|
+
|
|
1650
|
+
export interface Props extends DetailsProps {}
|
|
1651
|
+
export default Details;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
declare module '@theme/TOCItems' {
|
|
1655
|
+
import type {ReactNode} from 'react';
|
|
1656
|
+
import type {TOCItem} from '@docusaurus/mdx-loader';
|
|
1657
|
+
|
|
1658
|
+
export interface Props {
|
|
1659
|
+
readonly toc: readonly TOCItem[];
|
|
1660
|
+
readonly minHeadingLevel?: number;
|
|
1661
|
+
readonly maxHeadingLevel?: number;
|
|
1662
|
+
readonly className?: string;
|
|
1663
|
+
readonly linkClassName?: string | null;
|
|
1664
|
+
readonly linkActiveClassName?: string;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
export default function TOCItems(props: Props): ReactNode;
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
declare module '@theme/TOCItems/Tree' {
|
|
1671
|
+
import type {ReactNode} from 'react';
|
|
1672
|
+
import type {TOCTreeNode} from '@docusaurus/theme-common/internal';
|
|
1673
|
+
|
|
1674
|
+
export interface Props {
|
|
1675
|
+
readonly toc: readonly TOCTreeNode[];
|
|
1676
|
+
readonly className: string;
|
|
1677
|
+
readonly linkClassName: string | null;
|
|
1678
|
+
readonly isChild?: boolean;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
export default function TOCItems(props: Props): ReactNode;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
declare module '@theme/TOC' {
|
|
1685
|
+
import type {ReactNode} from 'react';
|
|
1686
|
+
import type {TOCItem} from '@docusaurus/mdx-loader';
|
|
1687
|
+
|
|
1688
|
+
// `minHeadingLevel` only comes from doc/post front matter, and won't have a
|
|
1689
|
+
// default set by Joi. See TOC, TOCInline, TOCCollapsible for examples.
|
|
1690
|
+
export interface Props {
|
|
1691
|
+
readonly toc: readonly TOCItem[];
|
|
1692
|
+
readonly minHeadingLevel?: number;
|
|
1693
|
+
readonly maxHeadingLevel?: number;
|
|
1694
|
+
readonly className?: string;
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
export default function TOC(props: Props): ReactNode;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
declare module '@theme/TOCInline' {
|
|
1701
|
+
import type {ReactNode} from 'react';
|
|
1702
|
+
import type {TOCItem} from '@docusaurus/mdx-loader';
|
|
1703
|
+
|
|
1704
|
+
export interface Props {
|
|
1705
|
+
readonly toc: readonly TOCItem[];
|
|
1706
|
+
readonly minHeadingLevel?: number;
|
|
1707
|
+
readonly maxHeadingLevel?: number;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
export default function TOCInline(props: Props): ReactNode;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
declare module '@theme/TOCCollapsible' {
|
|
1714
|
+
import type {ReactNode} from 'react';
|
|
1715
|
+
import type {TOCItem} from '@docusaurus/mdx-loader';
|
|
1716
|
+
|
|
1717
|
+
export interface Props {
|
|
1718
|
+
readonly className?: string;
|
|
1719
|
+
readonly minHeadingLevel?: number;
|
|
1720
|
+
readonly maxHeadingLevel?: number;
|
|
1721
|
+
readonly toc: readonly TOCItem[];
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
export default function TOCCollapsible(props: Props): ReactNode;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
declare module '@theme/TOCCollapsible/CollapseButton' {
|
|
1728
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1729
|
+
|
|
1730
|
+
export interface Props extends ComponentProps<'button'> {
|
|
1731
|
+
collapsed: boolean;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
export default function TOCCollapsibleCollapseButton(props: Props): ReactNode;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
declare module '@theme/ColorModeToggle' {
|
|
1738
|
+
import type {ReactNode} from 'react';
|
|
1739
|
+
import type {ColorMode} from '@docusaurus/theme-common';
|
|
1740
|
+
|
|
1741
|
+
export interface Props {
|
|
1742
|
+
readonly className?: string;
|
|
1743
|
+
readonly buttonClassName?: string;
|
|
1744
|
+
readonly respectPrefersColorScheme: boolean;
|
|
1745
|
+
readonly value: ColorMode | null;
|
|
1746
|
+
/**
|
|
1747
|
+
* The parameter represents the "to-be" value. For example, if currently in
|
|
1748
|
+
* light mode, clicking the button should call `onChange("dark")`
|
|
1749
|
+
*/
|
|
1750
|
+
readonly onChange: (colorMode: ColorMode | null) => void;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
export default function ColorModeToggle(props: Props): ReactNode;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
declare module '@theme/Logo' {
|
|
1757
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1758
|
+
|
|
1759
|
+
export interface Props extends ComponentProps<'a'> {
|
|
1760
|
+
readonly imageClassName?: string;
|
|
1761
|
+
readonly titleClassName?: string;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
export default function Logo(props: Props): ReactNode;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
declare module '@theme/Icon/AI' {
|
|
1768
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1769
|
+
|
|
1770
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1771
|
+
|
|
1772
|
+
export default function IconAI(props: Props): ReactNode;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
declare module '@theme/Icon/Arrow' {
|
|
1776
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1777
|
+
|
|
1778
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1779
|
+
|
|
1780
|
+
export default function IconArrow(props: Props): ReactNode;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
declare module '@theme/Icon/AWS' {
|
|
1784
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1785
|
+
|
|
1786
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1787
|
+
lightFill?: string;
|
|
1788
|
+
darkFill?: string;
|
|
1789
|
+
}
|
|
1790
|
+
export default function IconAWS(props: Props): ReactNode;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
declare module '@theme/Icon/Azure' {
|
|
1795
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1796
|
+
|
|
1797
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1798
|
+
lightFill?: string;
|
|
1799
|
+
darkFill?: string;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
export default function IconAzure(props: Props): ReactNode;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
declare module '@theme/Icon/Changelog' {
|
|
1806
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1807
|
+
|
|
1808
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1809
|
+
lightFill?: string;
|
|
1810
|
+
darkFill?: string;
|
|
1811
|
+
}
|
|
1812
|
+
export default function IconChangelog(props: Props): ReactNode;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
declare module '@theme/Icon/DarkMode' {
|
|
1817
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1818
|
+
|
|
1819
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1820
|
+
|
|
1821
|
+
export default function IconDarkMode(props: Props): ReactNode;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
declare module '@theme/Icon/Edit' {
|
|
1825
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1826
|
+
|
|
1827
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1828
|
+
|
|
1829
|
+
export default function IconEdit(props: Props): ReactNode;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
declare module '@theme/Icon/Home' {
|
|
1833
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1834
|
+
|
|
1835
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1836
|
+
|
|
1837
|
+
export default function IconHome(props: Props): ReactNode;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
declare module '@theme/Icon/LightMode' {
|
|
1841
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1842
|
+
|
|
1843
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1844
|
+
|
|
1845
|
+
export default function IconLightMode(props: Props): ReactNode;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
declare module '@theme/Icon/SystemColorMode' {
|
|
1849
|
+
import type {ComponentProps} from 'react';
|
|
1850
|
+
|
|
1851
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1852
|
+
|
|
1853
|
+
export default function IconSystemColorMode(props: Props): JSX.Element;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
declare module '@theme/Icon/MCP' {
|
|
1857
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1858
|
+
|
|
1859
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1860
|
+
lightFill?: string;
|
|
1861
|
+
darkFill?: string;
|
|
1862
|
+
}
|
|
1863
|
+
export default function IconMCP(props: Props): ReactNode;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
declare module '@theme/Icon/Menu' {
|
|
1868
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1869
|
+
|
|
1870
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1871
|
+
|
|
1872
|
+
export default function IconMenu(props: Props): ReactNode;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
declare module '@theme/Icon/Close' {
|
|
1876
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1877
|
+
|
|
1878
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1879
|
+
|
|
1880
|
+
export default function IconClose(props: Props): ReactNode;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
declare module '@theme/Icon/ChatBubble' {
|
|
1884
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1885
|
+
|
|
1886
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1887
|
+
lightFill?: string;
|
|
1888
|
+
darkFill?: string;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
export default function IconChatBubble(props: Props): ReactNode;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
declare module '@theme/Icon/ChatBubbles' {
|
|
1896
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1897
|
+
|
|
1898
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1899
|
+
lightFill?: string;
|
|
1900
|
+
darkFill?: string;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
export default function IconChatBubbles(props: Props): ReactNode;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
declare module '@theme/Icon/Cog' {
|
|
1907
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1908
|
+
|
|
1909
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1910
|
+
lightFill?: string;
|
|
1911
|
+
darkFill?: string;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
export default function IconCog(props: Props): ReactNode;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
declare module '@theme/Icon/Copy' {
|
|
1919
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1920
|
+
|
|
1921
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1922
|
+
|
|
1923
|
+
export default function IconCopy(props: Props): ReactNode;
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
declare module '@theme/Icon/Envelope' {
|
|
1927
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1928
|
+
|
|
1929
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1930
|
+
lightFill?: string;
|
|
1931
|
+
darkFill?: string;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
export default function IconSeqeraCloud(props: Props): ReactNode;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
declare module '@theme/Icon/Fusion' {
|
|
1938
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1939
|
+
|
|
1940
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1941
|
+
|
|
1942
|
+
export default function IconFusion(props: Props): ReactNode;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
declare module '@theme/Icon/GoogleCloud' {
|
|
1946
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1947
|
+
|
|
1948
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
1949
|
+
lightFill?: string;
|
|
1950
|
+
darkFill?: string;
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
export default function IconGoogleCLoud(props: Props): ReactNode;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
declare module '@theme/Icon/Language' {
|
|
1957
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1958
|
+
|
|
1959
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1960
|
+
|
|
1961
|
+
export default function IconLanguage(props: Props): ReactNode;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
declare module '@theme/Icon/MultiQC' {
|
|
1965
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1966
|
+
|
|
1967
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1968
|
+
|
|
1969
|
+
export default function IconMultiQC(props: Props): ReactNode;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
declare module '@theme/Icon/Nextflow' {
|
|
1973
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1974
|
+
|
|
1975
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1976
|
+
|
|
1977
|
+
export default function IconNextflow(props: Props): ReactNode;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
declare module '@theme/Icon/Sidebar' {
|
|
1981
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1982
|
+
|
|
1983
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1984
|
+
|
|
1985
|
+
export default function IconCollapse(props: Props): ReactNode;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
declare module '@theme/Icon/Success' {
|
|
1989
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1990
|
+
|
|
1991
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
1992
|
+
|
|
1993
|
+
export default function IconSuccess(props: Props): ReactNode;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
declare module '@theme/Icon/ExternalLink' {
|
|
1997
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
1998
|
+
|
|
1999
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2000
|
+
|
|
2001
|
+
export default function IconExternalLink(props: Props): ReactNode;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
declare module '@theme/Icon/Wave' {
|
|
2005
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2006
|
+
|
|
2007
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2008
|
+
|
|
2009
|
+
export default function IconWave(props: Props): ReactNode;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
declare module '@theme/Icon/WordWrap' {
|
|
2013
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2014
|
+
|
|
2015
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2016
|
+
|
|
2017
|
+
export default function IconWordWrap(props: Props): ReactNode;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
declare module '@theme/Icon/SeqeraCloud' {
|
|
2021
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2022
|
+
|
|
2023
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
2024
|
+
lightFill?: string;
|
|
2025
|
+
darkFill?: string;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
export default function IconSeqeraCloud(props: Props): ReactNode;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
declare module '@theme/Icon/SeqeraEnterprise' {
|
|
2032
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2033
|
+
|
|
2034
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
2035
|
+
lightFill?: string;
|
|
2036
|
+
darkFill?: string;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
export default function IconSeqeraEnterprise(props: Props): ReactNode;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
declare module '@theme/Icon/SeqeraLogo' {
|
|
2043
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2044
|
+
|
|
2045
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
2046
|
+
lightFill?: string;
|
|
2047
|
+
darkFill?: string;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
export default function IconSeqeraLogo(props: Props): ReactNode;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
declare module '@theme/Icon/ServiceStatus' {
|
|
2054
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2055
|
+
|
|
2056
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
2057
|
+
lightFill?: string;
|
|
2058
|
+
darkFill?: string;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
export default function IconServiceStatus(props: Props): ReactNode;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
declare module '@theme/Icon/SupportPortal' {
|
|
2065
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2066
|
+
|
|
2067
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
2068
|
+
lightFill?: string;
|
|
2069
|
+
darkFill?: string;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
export default function IconSupportPortal(props: Props): ReactNode;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
declare module '@theme/Icon/QuestionMark' {
|
|
2076
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2077
|
+
|
|
2078
|
+
export interface Props extends React.SVGProps<SVGSVGElement> {
|
|
2079
|
+
lightFill?: string;
|
|
2080
|
+
darkFill?: string;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
export default function IconQuestionMark(props: Props): ReactNode;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
declare module '@theme/Icon/Socials/Twitter' {
|
|
2087
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2088
|
+
|
|
2089
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2090
|
+
|
|
2091
|
+
export default function Twitter(props: Props): ReactNode;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
declare module '@theme/Icon/Socials/GitHub' {
|
|
2095
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2096
|
+
|
|
2097
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2098
|
+
|
|
2099
|
+
export default function Github(props: Props): ReactNode;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
declare module '@theme/Icon/Socials/X' {
|
|
2103
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2104
|
+
|
|
2105
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2106
|
+
|
|
2107
|
+
export default function X(props: Props): ReactNode;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
declare module '@theme/Icon/Socials/LinkedIn' {
|
|
2111
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2112
|
+
|
|
2113
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2114
|
+
|
|
2115
|
+
export default function LinkedIn(props: Props): ReactNode;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
declare module '@theme/Icon/Socials/Default' {
|
|
2119
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2120
|
+
|
|
2121
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2122
|
+
|
|
2123
|
+
export default function DefaultSocialIcon(props: Props): ReactNode;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
declare module '@theme/Icon/Socials/StackOverflow' {
|
|
2127
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2128
|
+
|
|
2129
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2130
|
+
|
|
2131
|
+
export default function StackOverflow(props: Props): ReactNode;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
declare module '@theme/Icon/Socials/Bluesky' {
|
|
2135
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2136
|
+
|
|
2137
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2138
|
+
|
|
2139
|
+
export default function Bluesky(props: Props): ReactNode;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
declare module '@theme/Icon/Socials/Instagram' {
|
|
2143
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2144
|
+
|
|
2145
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2146
|
+
|
|
2147
|
+
export default function Instagram(props: Props): ReactNode;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
declare module '@theme/Icon/Socials/Threads' {
|
|
2151
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2152
|
+
|
|
2153
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2154
|
+
|
|
2155
|
+
export default function Threads(props: Props): ReactNode;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
declare module '@theme/Icon/Socials/YouTube' {
|
|
2159
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2160
|
+
|
|
2161
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2162
|
+
|
|
2163
|
+
export default function YouTube(props: Props): ReactNode;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
declare module '@theme/Icon/Socials/Twitch' {
|
|
2167
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2168
|
+
|
|
2169
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2170
|
+
|
|
2171
|
+
export default function Twitch(props: Props): ReactNode;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
declare module '@theme/Icon/Socials/Email' {
|
|
2175
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2176
|
+
|
|
2177
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2178
|
+
|
|
2179
|
+
export default function Email(props: Props): ReactNode;
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
declare module '@theme/Icon/Socials/Mastodon' {
|
|
2183
|
+
import type {ComponentProps, ReactNode} from 'react';
|
|
2184
|
+
|
|
2185
|
+
export interface Props extends ComponentProps<'svg'> {}
|
|
2186
|
+
|
|
2187
|
+
export default function Mastodon(props: Props): ReactNode;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
declare module '@theme/TagsListByLetter' {
|
|
2191
|
+
import type {ReactNode} from 'react';
|
|
2192
|
+
import type {TagsListItem} from '@docusaurus/utils';
|
|
2193
|
+
|
|
2194
|
+
export interface Props {
|
|
2195
|
+
readonly tags: readonly TagsListItem[];
|
|
2196
|
+
}
|
|
2197
|
+
export default function TagsListByLetter(props: Props): ReactNode;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
declare module '@theme/TagsListInline' {
|
|
2201
|
+
import type {ReactNode} from 'react';
|
|
2202
|
+
import type {Tag} from '@docusaurus/utils';
|
|
2203
|
+
|
|
2204
|
+
export interface Props {
|
|
2205
|
+
readonly tags: readonly Tag[];
|
|
2206
|
+
}
|
|
2207
|
+
export default function TagsListInline(props: Props): ReactNode;
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
declare module '@theme/Tag' {
|
|
2211
|
+
import type {ReactNode} from 'react';
|
|
2212
|
+
import type {TagsListItem} from '@docusaurus/utils';
|
|
2213
|
+
import type {Optional} from 'utility-types';
|
|
2214
|
+
|
|
2215
|
+
export interface Props extends Optional<TagsListItem, 'count'> {}
|
|
2216
|
+
|
|
2217
|
+
export default function Tag(props: Props): ReactNode;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
declare module '@theme/ContentVisibility' {
|
|
2221
|
+
import type {ReactNode} from 'react';
|
|
2222
|
+
|
|
2223
|
+
export interface Props {
|
|
2224
|
+
readonly metadata: {
|
|
2225
|
+
// the visibility metadata our 3 content plugins share in common
|
|
2226
|
+
readonly unlisted: boolean;
|
|
2227
|
+
readonly frontMatter: {draft?: boolean; unlisted?: boolean};
|
|
2228
|
+
};
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
export default function ContentVisibility(props: Props): ReactNode;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
declare module '@theme/ContentVisibility/Unlisted' {
|
|
2235
|
+
import type {ReactNode} from 'react';
|
|
2236
|
+
|
|
2237
|
+
export interface Props {
|
|
2238
|
+
className?: string;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
export default function Unlisted(props: Props): ReactNode;
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
declare module '@theme/ContentVisibility/Draft' {
|
|
2245
|
+
import type {ReactNode} from 'react';
|
|
2246
|
+
|
|
2247
|
+
export interface Props {
|
|
2248
|
+
className?: string;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
export default function Draft(props: Props): ReactNode;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
declare module '@theme/prism-include-languages' {
|
|
2255
|
+
import type * as PrismNamespace from 'prismjs';
|
|
2256
|
+
|
|
2257
|
+
export default function prismIncludeLanguages(
|
|
2258
|
+
PrismObject: typeof PrismNamespace,
|
|
2259
|
+
): void;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
declare module '@theme/DocBreadcrumbs/Items/Home' {
|
|
2263
|
+
import type {ReactNode} from 'react';
|
|
2264
|
+
|
|
2265
|
+
export default function HomeBreadcrumbItem(): ReactNode;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
declare module '@theme/DocBreadcrumbs/StructuredData' {
|
|
2269
|
+
import type {ReactNode} from 'react';
|
|
2270
|
+
import type {PropSidebarBreadcrumbsItem} from '@docusaurus/plugin-content-docs';
|
|
2271
|
+
|
|
2272
|
+
export interface Props {
|
|
2273
|
+
readonly breadcrumbs: PropSidebarBreadcrumbsItem[];
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
export default function DocBreadcrumbsStructuredData(props: Props): ReactNode;
|
|
2277
|
+
}
|