export default { STORE_KEY: 'data', DARK_MODE: { CLASSNAME: { Dark: 'dark', Light: 'light', }, STORE: { Key: 'theme', }, }, };