Add missing extends

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-07-31 22:09:33 +02:00
parent 4f7724dbaf
commit 44315f327b
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

View file

@ -55,7 +55,7 @@ export function LeftNav({
);
}
interface RightNavProps {
interface RightNavProps extends HTMLAttributes<HTMLElement> {
children?: ReactNode;
className?: string;
hideMobile?: string;