Skip to content

Commit 5b045e6

Browse files
fix typo
1 parent 49ac749 commit 5b045e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export interface LoaderKitProps {
44
name?: string,
55
color?: string
6-
size?: string
6+
size?: number
77
}
88

99
declare const LoaderKit: (props: LoaderKitProps) => JSX.Element

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-loader-kit",
33
"title": "React Native Loader Kit",
44
"description": "✳️Purely native loader indicators for React Native✳️",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"main": "index.js",
77
"types": "index.d.ts",
88
"scripts": {

0 commit comments

Comments
 (0)