(key: string, value: unknown)
| 39 | } = useConfig(); |
| 40 | |
| 41 | const setOption = (key: string, value: unknown) => { |
| 42 | updateSettings({ options: { [key]: value } }); |
| 43 | }; |
| 44 | |
| 45 | const ACCORDION_STORAGE_KEY = 'react-joyride-accordion'; |
| 46 |
no outgoing calls
no test coverage detected
searching dependent graphs…