Skip to content

Commit 37e90e9

Browse files
authored
fix(Ui5DomRef - TypeScript): correct type for getStaticAreaItemDomRef (#5151)
1 parent 660cbf9 commit 37e90e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/interfaces/Ui5DomRef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ export interface Ui5DomRef extends HTMLElement {
8989
/**
9090
* Returns the `staticAreaItem` DOM Element.
9191
*/
92-
readonly getStaticAreaItemDomRef: HTMLElement;
92+
getStaticAreaItemDomRef: () => Promise<ShadowRoot | null>;
9393
}

0 commit comments

Comments
 (0)