@windrun-huaiin/third-ui 5.1.0 → 5.1.1

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.
@@ -8,8 +8,11 @@ interface FumaPageParams {
8
8
  githubBaseUrl?: string;
9
9
  showCopy?: boolean;
10
10
  siteIcon: ReactNode;
11
+ FallbackPage: React.ComponentType<{
12
+ siteIcon: ReactNode;
13
+ }>;
11
14
  }
12
- declare function createFumaPage({ mdxContentSource, getMDXComponents, mdxSourceDir, githubBaseUrl, showCopy, siteIcon, }: FumaPageParams): {
15
+ declare function createFumaPage({ mdxContentSource, getMDXComponents, mdxSourceDir, githubBaseUrl, showCopy, siteIcon, FallbackPage, }: FumaPageParams): {
13
16
  Page: ({ params }: {
14
17
  params: Promise<{
15
18
  locale: string;
@@ -8,8 +8,11 @@ interface FumaPageParams {
8
8
  githubBaseUrl?: string;
9
9
  showCopy?: boolean;
10
10
  siteIcon: ReactNode;
11
+ FallbackPage: React.ComponentType<{
12
+ siteIcon: ReactNode;
13
+ }>;
11
14
  }
12
- declare function createFumaPage({ mdxContentSource, getMDXComponents, mdxSourceDir, githubBaseUrl, showCopy, siteIcon, }: FumaPageParams): {
15
+ declare function createFumaPage({ mdxContentSource, getMDXComponents, mdxSourceDir, githubBaseUrl, showCopy, siteIcon, FallbackPage, }: FumaPageParams): {
13
16
  Page: ({ params }: {
14
17
  params: Promise<{
15
18
  locale: string;