Skip to content

Commit 4a1662e

Browse files
committed
export button enums
1 parent ddf9064 commit 4a1662e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/button/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import {extractColorValue, extractTypographyValue} from '../../commons/modifiers
1818
import TouchableOpacity, {TouchableOpacityProps} from '../touchableOpacity';
1919
import Text, {TextPropTypes} from '../text';
2020

21-
enum ButtonSize {
21+
export enum ButtonSize {
2222
xSmall = 'xSmall',
2323
small = 'small',
2424
medium = 'medium',
2525
large = 'large',
2626
}
2727

28-
enum AnimationDirection {
28+
export enum AnimationDirection {
2929
center = 'center',
3030
left = 'left',
3131
right = 'right',

0 commit comments

Comments
 (0)