Skip to content

Commit

Permalink
fix(ModalHeader): fix types (#6735)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Dec 22, 2023
1 parent d03c52b commit 54cb179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModalHeader.tsx
Expand Up @@ -10,7 +10,7 @@ import { BsPrefixAndClassNameOnlyProps } from './helpers';

export interface ModalHeaderProps
extends React.PropsWithChildren<BsPrefixAndClassNameOnlyProps>,
React.ComponentProps<'div'> {
React.HTMLAttributes<HTMLDivElement> {
closeLabel?: string;
closeButton?: boolean;
onHide?: () => void;
Expand Down

0 comments on commit 54cb179

Please sign in to comment.