Search
Loading...
Skip to content

Type Alias: ContentFillMode

type ContentFillMode = "Crop" | "Cover" | "Contain";

Represents the mode for filling content within a block.

The ContentFillMode type provides a set of values that control the mode for filling content within a block. These options include settings for cropping, covering, and containing the content.