Skip to content

Commit b7dcfdb

Browse files
committed
refactor(_nav.ts): update interface NavData
- future usage
1 parent 0b75394 commit b7dcfdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/_nav.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export interface NavData {
99
attributes?: object;
1010
divider?: boolean;
1111
class?: string;
12+
label?: any;
13+
wrapper?: any;
1214
}
1315

1416
export const navItems: NavData[] = [

0 commit comments

Comments
 (0)