Skip to content

Commit ddf9064

Browse files
committed
export button enums
1 parent 12a8674 commit ddf9064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generatedTypes/components/button/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import { LayoutChangeEvent, ImageStyle, TextStyle, StyleProp } from 'react-nativ
33
import { BaseComponentInjectedProps, ForwardRefInjectedProps, TypographyModifiers, ColorsModifiers, BackgroundColorModifier, MarginModifiers } from '../../commons/new';
44
import { TouchableOpacityProps } from '../touchableOpacity';
55
import { TextPropTypes } from '../text';
6-
declare enum ButtonSize {
6+
export declare enum ButtonSize {
77
xSmall = "xSmall",
88
small = "small",
99
medium = "medium",
1010
large = "large"
1111
}
12-
declare enum AnimationDirection {
12+
export declare enum AnimationDirection {
1313
center = "center",
1414
left = "left",
1515
right = "right"

0 commit comments

Comments
 (0)