Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 250 Bytes

File metadata and controls

13 lines (9 loc) · 250 Bytes

react-native-app-helpers/MinimumWidthProps

Props to be given to minimum width components.

Usage

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

const example: MinimumWidthProps = {
  height: "fitsContent",
};