Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 253 Bytes

File metadata and controls

13 lines (9 loc) · 253 Bytes

react-native-app-helpers/MinimumHeightProps

Props to be given to minimum height components.

Usage

import type { MinimumHeightProps } from "react-native-app-helpers";

const example: MinimumHeightProps = {
  width: "fitsContent",
};