1.0.3 • Published 4 years ago

@gmsoft/dva-theme-plugin v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

theme plugin for dva.


defaultState
  const initialState = {
    rowProps: { gutter: 24 },
    colProps: { xl: 6, lg: 6, md: 8, sm: 12, xs: 24 },
  };
namesapce
 theme
action
 { type: '@@DVA_THEME/SET', payload: state }

| state 结构和 initialState 相同