@ledvance/base 1.1.22 → 1.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -183,7 +183,7 @@ const useDeviceInfo: () => DevInfo<DpState> = () => {
183
183
  return useSelector(state => state.devInfo)
184
184
  }
185
185
 
186
- const useTimeSchedule = (): [v: symbol | undefined, f: any] => {
186
+ const useTimeSchedule = (): [v: boolean | undefined, f: any] => {
187
187
  const dps = useSelector(store => store.ldvModules.timeSchedule)
188
188
  const dispatch = useDispatch()
189
189
  const setTimeScheduleFn = (value: Symbol) => {