export interface JtThemeConf { /** * Default value is `1`. */ pixelRatio?: number; fTextImages: string[]; }