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.
2 parents bbf5b19 + 2e301b9 commit cd5c523Copy full SHA for cd5c523
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