Skip to content

Commit 814e040

Browse files
authored
prop for ActionBar should use our button props (#931)
1 parent 3a6276d commit 814e040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typings/components/ActionBar.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

2-
import {ButtonProps, StyleProp, ViewStyle} from 'react-native';
2+
import {StyleProp, ViewStyle} from 'react-native';
33
import {BaseComponent} from '../commons';
4+
import {ButtonProps} from './Button';
45

56
export interface ActionBarProps {
67
height?: number;

0 commit comments

Comments
 (0)