export interface ImageInfo { path: string mime: string } export const TITLE_HEIGHT = 48 export const BUTTON_HEIGHT = 180