mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Remove unused types
This commit is contained in:
parent
7212b9e895
commit
54eba236ef
1 changed files with 0 additions and 7 deletions
|
|
@ -9,13 +9,6 @@ import {
|
|||
import * as Selectors from "../../selectors";
|
||||
import { useTypedSelector, useTypedDispatch } from "../../hooks";
|
||||
|
||||
interface DispatchProps {
|
||||
seekToPercentComplete(e: React.MouseEvent<HTMLInputElement>): void;
|
||||
setPosition(e: React.MouseEvent<HTMLInputElement>): void;
|
||||
}
|
||||
|
||||
type Props = DispatchProps;
|
||||
|
||||
function usePosition() {
|
||||
const duration = useTypedSelector(Selectors.getDuration);
|
||||
const timeElapsed = useTypedSelector(Selectors.getTimeElapsed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue