Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 244 Bytes

File metadata and controls

14 lines (10 loc) · 244 Bytes

react-native-app-helpers/CardProps

Props to be given to card components.

Usage

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

const example: CardProps = {
  width: "fillsContainer",
  height: "fitsContent",
};