Skip to content

Commit f3be957

Browse files
authored
feat: re-export HorizontalConstraint component
#### Summary This component is documented in our storybook but not exported. We so far only use it internally in UIKit through components taking a `horizontalConstraint`-prop. However, sometimes this can also be helpful to consumers of UIKit. As a result I would like to re-export it.
1 parent d5fd673 commit f3be957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ export { default as TimeRangePicker } from './components/time-range-picker';
6969

7070
export { default as Text } from './components/typography/text';
7171

72+
export { default as HorizontalConstraint } from './components/constraints/horizontal';
73+
7274
export { default as withMouseDownState } from './hocs/with-mouse-down-state';
7375
export { default as withMouseOverState } from './hocs/with-mouse-over-state';
7476

0 commit comments

Comments
 (0)