allows background to be undefined closes #296

This commit is contained in:
MinamiFunakoshiTR 2025-05-06 08:16:11 -07:00
parent 2078f68853
commit aa2fb9328d
Failed to extract signature

View file

@ -31,7 +31,7 @@ export interface ScrollerStep {
/**
* A background component
*/
background: Component;
background: Component | undefined;
/**
* Optional props for background component
*/