export interface IStyle { x: number y: number w: number h: number backgroundColor: string } export interface IPropsScreen { styles: IStyle data: T }