We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215ab97 commit 5a69a27Copy full SHA for 5a69a27
packages/components/src/components/hds/layout/flex/index.ts
@@ -44,7 +44,7 @@ export interface HdsLayoutFlexSignature {
44
default: [
45
{
46
Item?: ComponentLike<HdsLayoutFlexItemSignature>;
47
- }
+ },
48
];
49
};
50
Element: AvailableElements;
packages/components/src/components/hds/layout/flex/types.ts
@@ -29,4 +29,3 @@ export enum HdsLayoutFlexAlignValues {
29
}
30
31
export type HdsLayoutFlexAligns = `${HdsLayoutFlexAlignValues}`;
32
-
0 commit comments