docs:add page header

This commit is contained in:
Hufe921
2023-03-18 18:16:04 +08:00
parent 23b6cd28ad
commit 6d47ce0a67
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const {
margins: IMargin;
header?: IHeader;
watermark?: IWatermark;
data: IElement[];
data: IEditorData;
} = instance.command.getValue()
```