import { ParallaxBackgroundState } from './../types/state'; export const defaultState: ParallaxBackgroundState = { darken: 0.3, background: '', };