| 7 | import PlaylistExporter from "./PlaylistExporter" |
| 8 | |
| 9 | interface PlaylistRowProps extends WithTranslation { |
| 10 | accessToken: string, |
| 11 | key: string, |
| 12 | playlist: any, |
| 13 | config: any |
| 14 | } |
| 15 | |
| 16 | class PlaylistRow extends React.Component<PlaylistRowProps> { |
| 17 | state = { |
nothing calls this directly
no outgoing calls
no test coverage detected