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/LimitedWidthProps

Props to be given to limited width components.

Usage

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

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