docs: add page footer

This commit is contained in:
Hufe921
2023-03-25 19:41:16 +08:00
committed by Hufe
parent 21626cc41b
commit 45a17ba756
3 changed files with 20 additions and 3 deletions
+12
View File
@@ -55,6 +55,14 @@ interface ILang {
deleteTable: string;
mergeCell: string;
mergeCancelCell: string;
verticalAlign: string;
verticalAlignTop: string;
verticalAlignMiddle: string;
verticalAlignBottom: string;
border: string;
borderAll: string;
borderEmpty: string;
borderExternal: string;
};
};
datePicker: {
@@ -77,5 +85,9 @@ interface ILang {
minute: string;
second: string;
};
frame: {
header: string;
footer: string;
}
}
```