fix: buttonText should be optional
This commit is contained in:
@@ -66,7 +66,7 @@ type Listable = {
|
||||
title?: string
|
||||
|
||||
/** Text of the bnutton on the list (required) */
|
||||
buttonText: string
|
||||
buttonText?: string
|
||||
}
|
||||
type WithDimensions = {
|
||||
width?: number
|
||||
|
||||
Reference in New Issue
Block a user