Closed akamfoad closed 1 year ago
border property was typed as string | null but it was supposed to be optional, since the library provides default border.
border
string | null
border
property was typed asstring | null
but it was supposed to be optional, since the library provides default border.