Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 263 Bytes

File metadata and controls

13 lines (9 loc) · 263 Bytes

react-native-app-helpers/StatusPillProps

Props to be given to status pill components.

Usage

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

const example: StatusPillProps<"Example Status"> = {
  status: "Example Status",
};