allows background to be undefined closes #296
This commit is contained in:
parent
2078f68853
commit
aa2fb9328d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export interface ScrollerStep {
|
||||||
/**
|
/**
|
||||||
* A background component
|
* A background component
|
||||||
*/
|
*/
|
||||||
background: Component;
|
background: Component | undefined;
|
||||||
/**
|
/**
|
||||||
* Optional props for background component
|
* Optional props for background component
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue