uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/json/theme.d.ts

5 lines
371 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
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;