Skip to content

BigValueJustifyMode🔗

TODO docs

Definition🔗

type BigValueJustifyMode string
const (
    BigValueJustifyModeAuto BigValueJustifyMode = "auto"
    BigValueJustifyModeCenter BigValueJustifyMode = "center"
)