File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 5
5
import React from 'react' ;
6
6
import ReactHover , { Trigger , Hover } from 'react-hover' ;
7
7
import { changeView , changeSlider } from '../actions/actions' ;
8
-
9
- /**
10
- * @template ActionProps Props for the action component
11
- */
12
-
13
- interface ActionProps {
14
- key : string ;
15
- selected : boolean ;
16
- last : boolean ;
17
- index : number ;
18
- sliderIndex : number ;
19
- dispatch : ( a : { type : string ; payload : unknown ; } ) => void ;
20
- displayName : string ;
21
- componentName : string ;
22
- componentData : { actualDuration : number } | undefined ;
23
- routePath : unknown ;
24
- state ?: Record < string , unknown > ;
25
- viewIndex : number | undefined ;
26
- isCurrIndex : boolean ;
27
- handleOnkeyDown : ( e : unknown , i : number ) => void ;
28
- }
8
+ import { ActionProps } from '../components/FrontendTypes' ;
29
9
30
10
/**
31
11
* @function Action
You can’t perform that action at this time.
0 commit comments