Types: add 'middle' to borderSkipped (#10283)

This commit is contained in:
Jukka Kurkela 2022-04-05 18:52:45 +03:00 committed by GitHub
parent a39f694184
commit 4b5ca7f24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1970,10 +1970,10 @@ export interface BarOptions extends Omit<CommonElementOptions, 'borderWidth'> {
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