update borderskipped typing (#8503)

This commit is contained in:
Jacco van den Berg 2021-02-23 12:58:53 +01:00 committed by GitHub
parent 8c1cca280d
commit 36966a46c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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