From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Tue, 23 Feb 2021 11:58:53 +0000 (+0100) Subject: update borderskipped typing (#8503) X-Git-Tag: v3.0.0-beta.12~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36966a46c793c4a4c77b9c56ab620006c13aa6bb;p=thirdparty%2FChart.js.git update borderskipped typing (#8503) --- diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index aed7eea06..7a3d28df5 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -1839,10 +1839,10 @@ export interface BarOptions extends CommonElementOptions { base: number; /** - * Skipped (excluded) border: 'start', 'end', 'bottom', 'left', 'top' or 'right'. + * Skipped (excluded) border: 'start', 'end', 'left', 'right', 'bottom', 'top' or false (none). * @default 'start' */ - borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top'; + borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top' | false; /** * Border radius