[new feature] SwitchCell: add border prop
This commit is contained in:
@@ -38,7 +38,10 @@ function SwitchCell(
|
||||
SwitchCell.props = {
|
||||
...switchProps,
|
||||
title: String,
|
||||
border: Boolean,
|
||||
border: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
default: '24px'
|
||||
|
||||
Reference in New Issue
Block a user