@yamlresume/core
    Preparing search index...

    Type Alias Margins

    Defines page margin settings for document layout.

    type Margins = {
        bottom?: string;
        left?: string;
        right?: string;
        top?: string;
    }
    Index
    bottom?: string

    Bottom margin value (e.g., "2.5cm").

    left?: string

    Left margin value (e.g., "1.5cm").

    right?: string

    Right margin value (e.g., "1.5cm").

    top?: string

    Top margin value (e.g., "2.5cm").