Skip to content

Commit

Permalink
update borderskipped typing (#8503)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee authored Feb 23, 2021
1 parent 8c1cca2 commit 36966a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.esm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36966a4

Please sign in to comment.