Skip to content

Commit e6893e1

Browse files
tsugittamastermoo
authored andcommitted
Add size property to ActionButonItemProperties interface (#283)
* which seems to have been forgotten to add when creating TypeScript interface
1 parent c549b6a commit e6893e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface ActionButtonProperties extends ViewProperties {
4040
}
4141

4242
export interface ActionButtonItemProperties extends ViewProperties {
43+
size?: number,
4344
title?: string
4445
onPress?: () => void
4546
buttonColor?: string

0 commit comments

Comments
 (0)