Skip to content

Commit c02b17e

Browse files
authored
chore: Expose horizontal layout from @geti/ui (#1464)
1 parent 52ad949 commit c02b17e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_ui/packages/ui/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export { MediaViewModes } from './src/view-modes/media-view-modes.component';
162162
export { ViewModes, INITIAL_VIEW_MODE, VIEW_MODE_LABEL } from './src/view-modes/utils';
163163
export { useViewMode } from './src/view-modes/use-view-mode.hook';
164164
export { Toast, toast, removeToasts, removeToast, CustomToast } from './src/toast/toast.component';
165+
export { HorizontalLayout, type HorizontalLayoutOptions } from './src/virtualized-horizontal-grid/horizontal-layout';
165166

166167
export {
167168
ListBox as AriaComponentsListBox,

0 commit comments

Comments
 (0)