diff --git a/src/components/@types/global.ts b/src/components/@types/global.ts index 0d9323ba..9fb19b5f 100644 --- a/src/components/@types/global.ts +++ b/src/components/@types/global.ts @@ -31,7 +31,7 @@ export interface ScrollerStep { /** * A background component */ - background: Component; + background: Component | undefined; /** * Optional props for background component */