fix: buttonText should be optional

This commit is contained in:
Adhiraj Singh
2021-12-19 22:40:16 +05:30
parent d62db2bbd6
commit ed4f234fd8

View File

@@ -66,7 +66,7 @@ type Listable = {
title?: string
/** Text of the bnutton on the list (required) */
buttonText: string
buttonText?: string
}
type WithDimensions = {
width?: number