first add files
This commit is contained in:
17
ProjectLiaisonForm/pages/home/data/display.d.ts
vendored
Normal file
17
ProjectLiaisonForm/pages/home/data/display.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
declare const display: {
|
||||
name: string;
|
||||
icon: string;
|
||||
childArr: {
|
||||
name: string;
|
||||
label: string;
|
||||
}[];
|
||||
};
|
||||
declare const skylineDisplay: {
|
||||
name: string;
|
||||
icon: string;
|
||||
childArr: {
|
||||
name: string;
|
||||
label: string;
|
||||
}[];
|
||||
};
|
||||
export { display, skylineDisplay };
|
||||
Reference in New Issue
Block a user