import { LayoutPluginProps } from '@react-page/core/lib/service/plugin/classes'; import { ParallaxBackgroundState } from './state'; import { ParallaxBackgroundSettings } from './settings'; export type ParallaxBackgroundProps = LayoutPluginProps & ParallaxBackgroundSettings;