Skip to content

Commit 1be8bab

Browse files
committed
more linting fixes
1 parent e4bf23f commit 1be8bab

File tree

1 file changed

+2
-2
lines changed
  • packages/components/src/components/hds/layout/flex

1 file changed

+2
-2
lines changed

packages/components/src/components/hds/layout/flex/types.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ export type HdsLayoutFlexGaps = `${HdsLayoutFlexGapValues}`;
4545
// A list of all existing tag names in the HTMLElementTagNameMap interface
4646
export type AvailableTagNames = keyof HTMLElementTagNameMap;
4747
// A union of all types in the HTMLElementTagNameMap interface
48-
export type AvailableElements = HTMLElementTagNameMap[keyof HTMLElementTagNameMap];
49-
48+
export type AvailableElements =
49+
HTMLElementTagNameMap[keyof HTMLElementTagNameMap];

0 commit comments

Comments
 (0)