MCPcopy Create free account
hub / github.com/Sethispr/image-compressor / SettingsPanelProps

Interface SettingsPanelProps

components/SettingsPanel.tsx:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import {AdvancedSettings} from './settings/AdvancedSettings';
10
11interface SettingsPanelProps {
12 settings: OptimizerConfiguration;
13 onUpdate: <K extends keyof OptimizerConfiguration>(
14 key: K,
15 value: OptimizerConfiguration[K],
16 ) => void;
17}
18
19type TabKey = 'general' | 'resize' | 'palette' | 'advanced';
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected