Skip to content

Commit c5a2dda

Browse files
authored
Merge pull request #2 from fwaadahmad1/fahmad/master
Added support for passing style props
2 parents 58813ea + 3639877 commit c5a2dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ declare module "react-native-floating-action" {
4343
export interface IFloatingActionProps {
4444
style?: ViewStyle;
4545
iconStyle?: ViewStyle;
46-
itemStyle?: itemStyle;
46+
itemStyle?: ViewStyle;
4747
tintColor?: string;
4848
actions?: IActionProps[];
4949
color?: string;

0 commit comments

Comments
 (0)