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.
1 parent 49ac749 commit 5b045e6Copy full SHA for 5b045e6
index.d.ts
@@ -3,7 +3,7 @@
3
export interface LoaderKitProps {
4
name?: string,
5
color?: string
6
- size?: string
+ size?: number
7
}
8
9
declare const LoaderKit: (props: LoaderKitProps) => JSX.Element
package.json
@@ -2,7 +2,7 @@
2
"name": "react-native-loader-kit",
"title": "React Native Loader Kit",
"description": "✳️Purely native loader indicators for React Native✳️",
- "version": "1.0.2",
+ "version": "1.0.3",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
0 commit comments