X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/generateblocks/src/store
home
/
freights
/
public_html
/
wp-content
/
plugins
/
generateblocks
/
src
/
store
/
??
..
??
block-styles.js
(819 B)
??
tgjn3ohn
(9.03 KB)
Editing: block-styles.js
import { createReduxStore } from '@wordpress/data'; import { currentStyleActions, currentStyleSelectors, currentStyleReducer, nestedRuleActions, nestedRuleSelectors, nestedRuleReducer, atRuleActions, atRuleSelectors, atRuleReducer, } from '@edge22/styles-builder'; export const currentStyleStore = createReduxStore( 'gb-block-styles-current-style', { reducer: currentStyleReducer, actions: currentStyleActions, selectors: currentStyleSelectors, } ); export const atRuleStore = createReduxStore( 'gb-block-styles-at-rule', { reducer: atRuleReducer, actions: atRuleActions, selectors: atRuleSelectors, } ); export const nestedRuleStore = createReduxStore( 'gb-block-styles-nested-rule', { reducer: nestedRuleReducer, actions: nestedRuleActions, selectors: nestedRuleSelectors, } );
Upload File
Create Folder