We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e647612 commit c858c34Copy full SHA for c858c34
modules/react/src/components/quick-animation.tsx
@@ -5,8 +5,8 @@ import React, {useState, useRef, useMemo} from 'react';
5
import DeckGL, {DeckGLRef} from '@deck.gl/react/typed';
6
import BasicControls from './basic-controls';
7
import {useDeckAdapter, useNextFrame} from '../hooks';
8
-import type {MapViewState} from '@deck.gl/core/typed';
9
-import {FormatConfigs} from '@hubble.gl/core';
+import type {DeckProps, MapViewState} from '@deck.gl/core/typed';
+import type {DeckAnimation, FormatConfigs, Timecode} from '@hubble.gl/core';
10
11
export const QuickAnimation = ({
12
initialViewState,
0 commit comments