Skip to content

Commit ef07315

Browse files
Tindtilytangjinzhou
authored andcommitted
add builtinPlacements prop in shared props (#1021)
* add builtinPlacements prop in shared props add builtinPlacements prop in shared props * fix lint
1 parent 7b38973 commit ef07315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/tooltip/abstractTooltipProps.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ export default () => ({
3030
autoAdjustOverflow: PropTypes.oneOfType([PropTypes.bool, PropTypes.object]).def(true),
3131
destroyTooltipOnHide: PropTypes.bool.def(false),
3232
align: PropTypes.object.def({}),
33+
builtinPlacements: PropTypes.object.def({}),
3334
});

0 commit comments

Comments
 (0)