MCPcopy
hub / github.com/watsonbox/exportify / PlaylistRowProps

Interface PlaylistRowProps

src/components/PlaylistRow.tsx:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import PlaylistExporter from "./PlaylistExporter"
8
9interface PlaylistRowProps extends WithTranslation {
10 accessToken: string,
11 key: string,
12 playlist: any,
13 config: any
14}
15
16class PlaylistRow extends React.Component<PlaylistRowProps> {
17 state = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected