We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bf23f commit 1be8babCopy full SHA for 1be8bab
packages/components/src/components/hds/layout/flex/types.ts
@@ -45,5 +45,5 @@ export type HdsLayoutFlexGaps = `${HdsLayoutFlexGapValues}`;
45
// A list of all existing tag names in the HTMLElementTagNameMap interface
46
export type AvailableTagNames = keyof HTMLElementTagNameMap;
47
// A union of all types in the HTMLElementTagNameMap interface
48
-export type AvailableElements = HTMLElementTagNameMap[keyof HTMLElementTagNameMap];
49
-
+export type AvailableElements =
+ HTMLElementTagNameMap[keyof HTMLElementTagNameMap];
0 commit comments