From: Jukka Kurkela Date: Tue, 5 Apr 2022 15:52:45 +0000 (+0300) Subject: Types: add 'middle' to borderSkipped (#10283) X-Git-Tag: v3.8.0~16 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b5ca7f24ec8e662554f968c92cef6857957419d;p=thirdparty%2FChart.js.git Types: add 'middle' to borderSkipped (#10283) --- diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index f3472cf03..5f8155cb5 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -1970,10 +1970,10 @@ export interface BarOptions extends Omit { base: number; /** - * Skipped (excluded) border: 'start', 'end', 'left', 'right', 'bottom', 'top' or false (none). + * Skipped (excluded) border: 'start', 'end', 'left', 'right', 'bottom', 'top', 'middle' or false (none). * @default 'start' */ - borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top' | false; + borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top' | 'middle' | false; /** * Border radius