Update local testing script and resolve errors
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface NavigationItemProps
|
||||
extends Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "isActive"> {
|
||||
export interface NavigationItemProps extends Omit<
|
||||
React.AnchorHTMLAttributes<HTMLAnchorElement>,
|
||||
"isActive"
|
||||
> {
|
||||
href?: string;
|
||||
children?: React.ReactNode;
|
||||
variant?: "default";
|
||||
|
||||
Reference in New Issue
Block a user