diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 882a8df47da..dde4d12fef9 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -1954,10 +1954,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