Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 0fcf095

Browse files
committed
add mediancolor sample
1 parent 2de711c commit 0fcf095

File tree

3 files changed

+689
-28
lines changed

3 files changed

+689
-28
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ interface IBaseStyling {
3030
* @default see rectangle
3131
*/
3232
backgroundColor: string;
33+
3334
/**
3435
* @default see rectangle
3536
*/
36-
strokeColor: string;
37+
borderColor: string;
38+
3739
/**
38-
* @default null takes the current strokeColor
40+
* @default null takes the current borderColor
3941
*/
4042
medianColor: string;
43+
4144
/**
4245
* @default 1
4346
*/

0 commit comments

Comments
 (0)