Skip to content

Commit a8e8616

Browse files
authored
Update PropTypes
1 parent 9defc1b commit a8e8616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/helpers/proptypes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export const tooltipPosition = PropTypes.oneOf([
1212
'bottom-left-aligned',
1313
'bottom-middle-aligned',
1414
'bottom-right-aligned',
15+
'top-left-aligned',
16+
'top-middle-aligned',
17+
'top-right-aligned',
1518
'auto',
1619
]);
1720

0 commit comments

Comments
 (0)