Skip to content

Commit 8c56076

Browse files
Merge pull request #48 from taeh98/patch-1
Added skin types to index.d.ts
2 parents 5831d8d + 2c69d31 commit 8c56076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {StyleProp, ViewStyle} from "react-native";
33

44
export interface ReactNativeInputSpinnerProps {
55
type?: string;
6-
skin?: string;
6+
skin?: "clean" | "modern" | "paper" | "round" | "square";
77
min?: string | number;
88
max?: string | number;
99
value?: string | number;

0 commit comments

Comments
 (0)