We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243cc66 commit d6d46f5Copy full SHA for d6d46f5
src/app/_nav.ts
@@ -1,14 +1,14 @@
1
export interface NavData {
2
- name?: string,
3
- url?: string,
4
- icon?: string,
5
- badge?: any,
6
- title?: boolean,
7
- children?: any,
8
- variant?: string,
9
- attributes?: object,
10
- divider?: boolean,
11
- class?: string,
+ name?: string;
+ url?: string;
+ icon?: string;
+ badge?: any;
+ title?: boolean;
+ children?: any;
+ variant?: string;
+ attributes?: object;
+ divider?: boolean;
+ class?: string;
12
}
13
14
export const navItems: NavData[] = [
0 commit comments