We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5831d8d + 2c69d31 commit 8c56076Copy full SHA for 8c56076
src/index.d.ts
@@ -3,7 +3,7 @@ import {StyleProp, ViewStyle} from "react-native";
3
4
export interface ReactNativeInputSpinnerProps {
5
type?: string;
6
- skin?: string;
+ skin?: "clean" | "modern" | "paper" | "round" | "square";
7
min?: string | number;
8
max?: string | number;
9
value?: string | number;
0 commit comments