Fix outstanding merge conflict
This commit is contained in:
parent
c5c7dde8ed
commit
44e5bc93f3
1 changed files with 0 additions and 5 deletions
|
|
@ -12,13 +12,8 @@ interface Props
|
|||
HTMLDivElement
|
||||
> {
|
||||
wrapperClassName?: string
|
||||
<<<<<<< HEAD
|
||||
headerRef?: React.RefObject<HTMLDivElement>
|
||||
footerRef?: React.RefObject<HTMLDivElement>
|
||||
=======
|
||||
headerref?: React.RefObject<HTMLDivElement>
|
||||
footerref?: React.RefObject<HTMLDivElement>
|
||||
>>>>>>> main
|
||||
scrollable?: boolean
|
||||
onEscapeKeyDown: (event: KeyboardEvent) => void
|
||||
onOpenAutoFocus: (event: Event) => void
|
||||
|
|
|
|||
Loading…
Reference in a new issue