Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 240 Bytes

File metadata and controls

14 lines (10 loc) · 240 Bytes

react-native-app-helpers/TableRowStyle

The style of a row within a table.

Usage

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

const example: TableRowStyle = {
  color: `red`,
  background: `green`,
};