import { MotionValue } from 'framer-motion'

export type LayoutContext = {
  scroll: MotionValue<number>
}
