template header & footer margins
This commit is contained in:
parent
b5760202f7
commit
cfefcd81d7
10 changed files with 72 additions and 17 deletions
|
@ -5,4 +5,6 @@ export interface TemplateUsageViewModel {
|
|||
header: { id: number; template: string } | null;
|
||||
body: { id: number; template: string } | null;
|
||||
footer: { id: number; template: string } | null;
|
||||
headerHeight: number | null;
|
||||
footerHeight: number | null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue