bpms_site/.svn/pristine/3f/3f8c33baf8595d2b70f3b5a9352a23f32e83474b.svn-base
2025-11-02 16:38:49 +03:30

5 lines
426 B
Plaintext

export declare function getMaybePagePath(page: string, distDir: string, locales: string[] | undefined, isAppPath: boolean): string | null;
export declare function getPagePath(page: string, distDir: string, locales: string[] | undefined, isAppPath: boolean): string;
export declare function requirePage(page: string, distDir: string, isAppPath: boolean): any;
export declare function requireFontManifest(distDir: string): any;