2025-09-05 14:59:21 +08:00

7 lines
358 B
TypeScript

import type { useContent } from './content';
export declare const withContentBase: (url: string) => string;
export declare const useContentDisabled: () => ReturnType<typeof useContent>;
export declare const navigationDisabled: () => never;
export declare const addPrerenderPath: (path: string) => void;
export declare const shouldUseClientDB: () => boolean;