Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 325 Bytes

File metadata and controls

16 lines (12 loc) · 325 Bytes

react-native-app-helpers/SvgIcon

The style of a particular status of a status pill.

Usage

import * as React from "react";
import type { StatusPillStyleStatus } from "react-native-app-helpers";

const example: StatusPillStyleStatus = {
  label: `Example Label`,
  color: `green`,
  background: `cyan`,
};