Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare module 'react-native-numeric-input' {
import { ViewStyle } from 'react-native'
import { ViewStyle, TextStyle } from 'react-native'
import { Color } from 'csstype'

export interface INumericInputProps {
Expand All @@ -11,7 +11,7 @@ declare module 'react-native-numeric-input' {
initValue?: number
iconSize?: number
borderColor?: Color
iconStyle?: ViewStyle
iconStyle?: TextStyle
totalWidth?: number
separatorWidth?: number
type?: 'plus-minus' | 'up-down'
Expand Down