Skip to content

Commit 3711cf2

Browse files
toddWang23wangxiufeng01
and
wangxiufeng01
authored
fix: 修复horizontalScroll组件没有从amis ui导出导致被摇树优化的问题 (#11714)
Co-authored-by: wangxiufeng01 <[email protected]>
1 parent fc44015 commit 3711cf2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/amis-ui/src/components/index.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ import Shape from './Shape';
146146
import type {IShapeType} from './Shape';
147147
import MobileDevTool from './MobileDevTool';
148148
import DropdownContextMenus from './DropdownContextMenus';
149+
import {HorizontalScroll} from './HorizontalScroll';
150+
import type {HorizontalScrollProps} from './HorizontalScroll';
151+
149152
export {
150153
NotFound,
151154
Alert as AlertComponent,
@@ -290,5 +293,7 @@ export {
290293
IShapeType,
291294
MobileDevTool,
292295
DropdownContextMenus,
293-
Slider
296+
Slider,
297+
HorizontalScroll,
298+
HorizontalScrollProps
294299
};

0 commit comments

Comments
 (0)