Type Alias: FlowMarginShorthand
type FlowMarginShorthand =
| number
| readonly [number, number]
| readonly [number, number, number, number];
CSS-like margin shorthand accepted by flow and template APIs.
type FlowMarginShorthand =
| number
| readonly [number, number]
| readonly [number, number, number, number];
CSS-like margin shorthand accepted by flow and template APIs.