Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 318 Bytes

File metadata and controls

13 lines (9 loc) · 318 Bytes

react-native-app-helpers/KeyableTableCell

A value within a table which can be used to key a row.

Usage

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

const exampleA: KeyableTableCell = null;
const exampleB: KeyableTableCell = 123;
const exampleC: KeyableTableCell = `Example`;