feat(SW-184): added main components for new header
This commit is contained in:
5
components/Header/MainMenu/Menu/menu.ts
Normal file
5
components/Header/MainMenu/Menu/menu.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { MenuItem } from ".."
|
||||
|
||||
export interface MenuProps {
|
||||
items: MenuItem[]
|
||||
}
|
||||
Reference in New Issue
Block a user