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
|
HTMLDivElement
|
||||||
> {
|
> {
|
||||||
wrapperClassName?: string
|
wrapperClassName?: string
|
||||||
<<<<<<< HEAD
|
|
||||||
headerRef?: React.RefObject<HTMLDivElement>
|
headerRef?: React.RefObject<HTMLDivElement>
|
||||||
footerRef?: React.RefObject<HTMLDivElement>
|
footerRef?: React.RefObject<HTMLDivElement>
|
||||||
=======
|
|
||||||
headerref?: React.RefObject<HTMLDivElement>
|
|
||||||
footerref?: React.RefObject<HTMLDivElement>
|
|
||||||
>>>>>>> main
|
|
||||||
scrollable?: boolean
|
scrollable?: boolean
|
||||||
onEscapeKeyDown: (event: KeyboardEvent) => void
|
onEscapeKeyDown: (event: KeyboardEvent) => void
|
||||||
onOpenAutoFocus: (event: Event) => void
|
onOpenAutoFocus: (event: Event) => void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue