Skip to content

zeropdf v1.3.0


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.

Released under the ISC license.