diff --git a/src/components/menu/IVMenuBar.type.ts b/src/components/menu/IVMenuBar.type.ts index cd86ae2..3ab604e 100644 --- a/src/components/menu/IVMenuBar.type.ts +++ b/src/components/menu/IVMenuBar.type.ts @@ -31,7 +31,7 @@ export interface IVMenuBarLinks { * Extends PrimeVue's MenuItem with optional routing capabilities. * Excludes 'style' and 'class' to avoid conflicts with Vue attributes. */ -export interface IVMenuItem +export interface IVMenuBarItem extends Partial>, Partial> {} @@ -61,7 +61,7 @@ export default interface IVMenuBar { placeholder?: string; /** List of quick link items with additional HTML attributes */ - quickLinks?: (IVMenuItem & HTMLAttributes)[]; + quickLinks?: (IVMenuBarItem & HTMLAttributes)[]; /** Label for the search input (accessibility) */ searchLabel?: string;