@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.
- package/package.json +1 -1
- package/src/i18n/strings.ts +11369 -10977
- package/src/models/modules/NativePropsSlice.tsx +1 -1
|
@@ -183,7 +183,7 @@ const useDeviceInfo: () => DevInfo<DpState> = () => {
|
|
|
183
183
|
return useSelector(state => state.devInfo)
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
const useTimeSchedule = (): [v:
|
|
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) => {
|