sempdf v1.9.1Type aliases
Type Alias: BlockAlign
sempdf / BlockAlign
type BlockAlign = "left" | "center" | "right";Defined in: src/types.ts:10
Horizontal alignment of a block inside its column.
sempdf / BlockAlign
type BlockAlign = "left" | "center" | "right";Defined in: src/types.ts:10
Horizontal alignment of a block inside its column.