Type alias AspectRatioProps

AspectRatioProps: {
    height?: number | string;
    ratio: number;
    width?: number | string;
} & CoreViewProps

Type declaration

  • Optional height?: number | string
  • ratio: number
  • Optional width?: number | string

Generated using TypeDoc