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

Interface PlaylistTableProps

src/components/PlaylistTable.tsx:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { apiCall, apiCallErrorHandler } from "helpers"
13
14interface PlaylistTableProps extends WithTranslation {
15 accessToken: string,
16 config?: any,
17 onSetSubtitle: (subtitile: React.JSX.Element) => void
18}
19
20class PlaylistTable extends React.Component<PlaylistTableProps> {
21 PAGE_SIZE = 20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected