Fix outstanding merge conflict

This commit is contained in:
Justin Edmund 2023-08-20 04:44:13 -07:00
parent c5c7dde8ed
commit 44e5bc93f3

View file

@ -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