uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/json/theme.d.ts
2023-12-05 10:11:10 +08:00

5 lines
371 B
TypeScript

export declare function hasThemeJson(themeLocation: string): boolean;
export declare const parseThemeJson: (themeLocation?: string) => UniApp.ThemeJson;
export declare const normalizeThemeConfigOnce: (manifestJsonPlatform?: Record<string, any>) => UniApp.ThemeJson;
export declare function initTheme<T extends object>(manifestJson: Record<string, any>, pagesJson: T): T;