fix: line spacing type (#572)
parent
9b8c4c9a9d
commit
c639979ef4
|
@ -4,8 +4,5 @@ export type LineSpacingJSON = {
|
|||
beforeLines?: number | null;
|
||||
afterLines?: number | null;
|
||||
line?: number | null;
|
||||
lineRule?: {
|
||||
type: "atLeast" | "auto" | "exact";
|
||||
val: number;
|
||||
} | null;
|
||||
lineRule?: "atLeast" | "auto" | "exact" | null;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue