vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
8 lines (7 loc) • 479 B
TypeScript
export { getPageConfig };
export { getConfigValueFilePathToShowToUser };
export { getHookFilePathToShowToUser };
import type { PageConfigRuntime, DefinedAtData } from '../../types/PageConfig.js';
declare function getPageConfig(pageId: string, pageConfigs: PageConfigRuntime[]): PageConfigRuntime;
declare function getConfigValueFilePathToShowToUser(definedAtData: DefinedAtData): null | string;
declare function getHookFilePathToShowToUser(definedAtData: DefinedAtData): string;