Type alias PostalCodeLabelStyleOptions

PostalCodeLabelStyleOptions: {
    color: string;
    fontSize: string;
    fontWeight: string;
    outline?: string;
}

郵便番号ラベルのスタイルオプション

Type declaration

  • color: string

    文字色

  • fontSize: string

    文字サイズ(CSSのfont-size)

  • fontWeight: string

    文字のウェイト(CSSのfont-weight)

  • Optional outline?: string

    文字の縁取りの色