diff --git a/deck.gl__core/index.d.ts b/deck.gl__core/index.d.ts index 25f2806..8dcf92b 100644 --- a/deck.gl__core/index.d.ts +++ b/deck.gl__core/index.d.ts @@ -2380,7 +2380,7 @@ declare module "@deck.gl/core/lib/deck" { }) => boolean; getCursor: (interactiveState: InteractiveState) => string; views: View[]; - viewState: ViewStateProps; + viewState: ViewStateProps | { [key: string]: ViewStateProps }; initialViewState: InitialViewStateProps; controller: null | Controller | ControllerOptions | boolean; effects: Effect[];