Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 289 Bytes

File metadata and controls

12 lines (8 loc) · 289 Bytes

react-native-app-helpers/NonKeyableTableCell

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

Usage

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

const exampleA: NonKeyableTableCell = false;
const exampleB: NonKeyableTableCell = true;