Appearance
zeropdf / FlowMarginShorthand
Type Alias: FlowMarginShorthand
ts
type FlowMarginShorthand =
| number
| readonly [number, number]
| readonly [number, number, number, number];Defined in: src/types.ts:1127
CSS-like margin shorthand accepted by flow and template APIs.