Skip to content

Commit

Permalink
update typing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jul 29, 2022
1 parent 122f6da commit 733c261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.esm.d.ts
Expand Up @@ -1979,7 +1979,7 @@ export interface BarOptions extends Omit<CommonElementOptions, 'borderWidth'> {
base: number;

/**
* Skipped (excluded) border: 'start', 'end', 'left', 'right', 'bottom', 'top', 'middle' or false (none).
* Skipped (excluded) border: 'start', 'end', 'left', 'right', 'bottom', 'top', 'middle', false (none) or true (all).
* @default 'start'
*/
borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top' | 'middle' | boolean;
Expand Down

0 comments on commit 733c261

Please sign in to comment.