Skip to content

Commit c5d1a80

Browse files
committed
Update index.ts
1 parent 44fc2c2 commit c5d1a80

File tree

1 file changed

+3
-0
lines changed
  • packages/main/src/components/ObjectPage/types

1 file changed

+3
-0
lines changed

packages/main/src/components/ObjectPage/types/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ export interface ObjectPagePropTypes extends Omit<CommonProps, 'placeholder'> {
109109
objectPageAnchorBar?: {
110110
role?: string;
111111
};
112+
objectPageFooterArea?: {
113+
role?: string;
114+
};
112115
};
113116
/**
114117
* If set, only the specified placeholder will be displayed as content of the `ObjectPage`, no sections or sub-sections will be rendered.

0 commit comments

Comments
 (0)