We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc57884 commit c1cfd98Copy full SHA for c1cfd98
js/components/MainWindow/Position.tsx
@@ -9,13 +9,6 @@ import {
9
import * as Selectors from "../../selectors";
10
import { useTypedSelector, useTypedDispatch } from "../../hooks";
11
12
-interface DispatchProps {
13
- seekToPercentComplete(e: React.MouseEvent<HTMLInputElement>): void;
14
- setPosition(e: React.MouseEvent<HTMLInputElement>): void;
15
-}
16
-
17
-type Props = DispatchProps;
18
19
function usePosition() {
20
const duration = useTypedSelector(Selectors.getDuration);
21
const timeElapsed = useTypedSelector(Selectors.getTimeElapsed);
0 commit comments