forked from UKSOURCE/hailearning.edu.vn
styling ui header menu
This commit is contained in:
7
types/header-menu.ts
Normal file
7
types/header-menu.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface HeaderMenu {
|
||||
id: string;
|
||||
title: string;
|
||||
url: string;
|
||||
type?: 'internal' | 'external';
|
||||
children?: HeaderMenu[];
|
||||
}
|
||||
Reference in New Issue
Block a user