Skip to content

Commit c490c5a

Browse files
committed
add common props docs to ActionSheet story
1 parent 05db731 commit c490c5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/main/src/components/ActionSheet/ActionSheet.stories.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { PopoverHorizontalAlign } from '@ui5/webcomponents-react/lib/PopoverHori
77
import { PopoverVerticalAlign } from '@ui5/webcomponents-react/lib/PopoverVerticalAlign';
88
import { useCallback, useRef } from 'react';
99
import { DocsHeader } from '@shared/stories/DocsHeader';
10+
import { DocsCommonProps } from '@shared/stories/DocsCommonProps';
1011

1112
<Meta
1213
title="Components / ActionSheet"
@@ -26,9 +27,7 @@ import { DocsHeader } from '@shared/stories/DocsHeader';
2627
header: {
2728
type: null
2829
},
29-
ref: {
30-
type: null
31-
}
30+
...DocsCommonProps
3231
}}
3332
args={{
3433
horizontalAlign: PopoverHorizontalAlign.Center,

0 commit comments

Comments
 (0)