Add missing extends
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
4f7724dbaf
commit
44315f327b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export function LeftNav({
|
|||
);
|
||||
}
|
||||
|
||||
interface RightNavProps {
|
||||
interface RightNavProps extends HTMLAttributes<HTMLElement> {
|
||||
children?: ReactNode;
|
||||
className?: string;
|
||||
hideMobile?: string;
|
||||
|
|
Loading…
Reference in a new issue