@rspress-theme-anatole/shared 0.1.3 → 0.1.4
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/dist/index.d.ts +1 -1
- package/dist/node-utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -478,7 +478,7 @@ export declare interface PageModule<T extends React.ComponentType<unknown>> {
|
|
|
478
478
|
[key: string]: unknown;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
|
-
export declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank';
|
|
481
|
+
export declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank' | 'homepage';
|
|
482
482
|
|
|
483
483
|
export declare const parseUrl: (url: string) => {
|
|
484
484
|
url: string;
|
package/dist/node-utils.d.ts
CHANGED
|
@@ -385,7 +385,7 @@ declare interface PageIndexInfo {
|
|
|
385
385
|
_relativePath: string;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
|
-
declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank';
|
|
388
|
+
declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank' | 'homepage';
|
|
389
389
|
|
|
390
390
|
declare type RemoteSearchIndexInfo = string | {
|
|
391
391
|
value: string;
|