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