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 b9e850c commit 79dad1cCopy full SHA for 79dad1c
index.d.ts
@@ -28,6 +28,7 @@ export interface ActionButtonProperties extends ViewProperties {
28
size?: number,
29
autoInactive?: boolean,
30
onPress?: () => void,
31
+ renderIcon?: (active: boolean) => React.ReactElement,
32
backdrop?: boolean | object,
33
degrees?: number,
34
verticalOrientation?: 'up' | 'down',
0 commit comments