Fixed #6706
parent
c9b30797b2
commit
1129e46619
|
@ -241,7 +241,7 @@ export interface MegaMenuProps {
|
||||||
/**
|
/**
|
||||||
* An array of menuitems.
|
* An array of menuitems.
|
||||||
*/
|
*/
|
||||||
model?: MenuItem[] | undefined;
|
model?: MenuItem[][] | undefined;
|
||||||
/**
|
/**
|
||||||
* Defines the orientation.
|
* Defines the orientation.
|
||||||
* @defaultValue horizontal
|
* @defaultValue horizontal
|
||||||
|
|
Loading…
Reference in New Issue