sempdf
sempdf v1.9.1Type aliases

Type Alias: FlowMarginShorthand

sempdf v1.9.1


sempdf / FlowMarginShorthand

type FlowMarginShorthand = 
  | number
  | readonly [number, number]
  | readonly [number, number, number, number];

Defined in: src/types.ts:1261

CSS-like margin shorthand accepted by flow and template APIs.