PHP 8.2.30
Preview: spacing.js Size: 440 B
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Redux/features/Customize/spacing.js

import {createSlice} from "@reduxjs/toolkit";

const initialState = {
    top: {
        lg: 0,
        md: 0
    },
    bottom: {
        lg: 0,
        md: 0
    }
}

const spacingSlice = createSlice({
    name: "spacing",
    initialState,
    reducers: {
        updateSpacing(state, action){
            state = action.payload
        }
    }
})
export default spacingSlice.reducer;
export const {updateSpacing} = spacingSlice.actions

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
440 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).