Skip to content

Commit 79dad1c

Browse files
DomiRmastermoo
authored andcommitted
Add renderIcon to definitions... (#280)
1 parent b9e850c commit 79dad1c

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
@@ -28,6 +28,7 @@ export interface ActionButtonProperties extends ViewProperties {
2828
size?: number,
2929
autoInactive?: boolean,
3030
onPress?: () => void,
31+
renderIcon?: (active: boolean) => React.ReactElement,
3132
backdrop?: boolean | object,
3233
degrees?: number,
3334
verticalOrientation?: 'up' | 'down',

0 commit comments

Comments
 (0)