UNPKG

rn-custom-style-sheet

Version:

React Native component to select a specific value from a range of values.

8 lines (7 loc) 120 B
export type KeyValuesTypes = | string | number | boolean | [string, string] | [number, number] | undefined;