Skip to content

Commit 7e946c6

Browse files
Merge pull request #75 from bm-software/master
RowProps and ColProps: onPress typing
2 parents 7415bbe + cb34d7a commit 7e946c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ declare module "react-native-easy-grid" {
55

66
export interface RowProps extends ViewProperties {
77
size?: number
8+
onPress?: () => void
89
}
910

1011
export interface ColProps extends ViewProperties {
1112
size?: number
13+
onPress?: () => void
1214
}
1315

1416
export class Grid extends Component<ViewProperties, any> {}

0 commit comments

Comments
 (0)