We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc44015 commit 3711cf2Copy full SHA for 3711cf2
packages/amis-ui/src/components/index.tsx
@@ -146,6 +146,9 @@ import Shape from './Shape';
146
import type {IShapeType} from './Shape';
147
import MobileDevTool from './MobileDevTool';
148
import DropdownContextMenus from './DropdownContextMenus';
149
+import {HorizontalScroll} from './HorizontalScroll';
150
+import type {HorizontalScrollProps} from './HorizontalScroll';
151
+
152
export {
153
NotFound,
154
Alert as AlertComponent,
@@ -290,5 +293,7 @@ export {
290
293
IShapeType,
291
294
MobileDevTool,
292
295
DropdownContextMenus,
- Slider
296
+ Slider,
297
+ HorizontalScroll,
298
+ HorizontalScrollProps
299
};
0 commit comments