diff --git a/index.d.ts b/index.d.ts index c67973779..d62995ddc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -26,7 +26,7 @@ export var Scene: SceneStatic; export type Scene = SceneStatic; interface SceneProps extends React.Props { key: string; - component: React.ComponentType + component?: React.ComponentType back?: boolean; init?: boolean; clone?: boolean;