@wufengteam/baguaeditor
Version:
低零融合编辑器封装
24 lines (23 loc) • 487 B
TypeScript
export interface ThemeInfo {
backType?: string;
backUrl?: string;
headerType?: string;
headerUrl?: string;
title?: string;
subTitle?: string;
codeShow?: string;
logoShow?: string;
logoUrl?: string;
themeId?: string;
}
export declare const coverImgMap: ({
key: string;
thumb: any;
backColor: string;
original: any;
} | {
key: string;
thumb: any;
backColor: string;
original?: undefined;
})[];