

export type SizeValue = {
  height: number;
  width: number;
};