Skip to content

Commit c32b439

Browse files
committed
react(BannerBase): omit native HTML title from BoxProps to preserve shared title?: ReactNode
1 parent f097f07 commit c32b439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/design-system-react/src/components/BannerBase/BannerBase.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type BannerBaseCloseButtonProps = Omit<
2626
};
2727

2828
type BannerBasePropsBase = BannerBasePropsShared &
29-
Omit<BoxProps, 'children'> & {
29+
Omit<BoxProps, 'children' | 'title'> & {
3030
/**
3131
* Optional props for the title `Text` when the title is a string.
3232
*/

0 commit comments

Comments
 (0)