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

Interface ConfigDropdownProps

src/components/ConfigDropdown.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
7
8interface ConfigDropdownProps extends WithTranslation {
9 onConfigChanged: (config: any) => void
10}
11
12class ConfigDropdown extends React.Component<ConfigDropdownProps> {
13 private includeArtistsDataCheck = React.createRef<HTMLInputElement>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected