We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05db731 commit c490c5aCopy full SHA for c490c5a
packages/main/src/components/ActionSheet/ActionSheet.stories.mdx
@@ -7,6 +7,7 @@ import { PopoverHorizontalAlign } from '@ui5/webcomponents-react/lib/PopoverHori
7
import { PopoverVerticalAlign } from '@ui5/webcomponents-react/lib/PopoverVerticalAlign';
8
import { useCallback, useRef } from 'react';
9
import { DocsHeader } from '@shared/stories/DocsHeader';
10
+import { DocsCommonProps } from '@shared/stories/DocsCommonProps';
11
12
<Meta
13
title="Components / ActionSheet"
@@ -26,9 +27,7 @@ import { DocsHeader } from '@shared/stories/DocsHeader';
26
27
header: {
28
type: null
29
},
- ref: {
30
- type: null
31
- }
+ ...DocsCommonProps
32
}}
33
args={{
34
horizontalAlign: PopoverHorizontalAlign.Center,
0 commit comments