----------------------------------------------------------------------------- {-# LANGUAGE OverloadedStrings #-} ----------------------------------------------------------------------------- -- | -- Module : Miso.Native.X.Element.ScrollCoordinator -- Copyright : (C) 2016-2026 David M. Johnson -- License : BSD3-style (see the file LICENSE) -- Maintainer : David M. Johnson <code@dmj.io> -- Stability : experimental -- Portability : non-portable -- -- [/<scroll-coordinator/>](https://lynxjs.org/api/elements/built-in/scroll-coordinator.html) -- -- Coordinates nested scrolling, typically used with sticky headers and tabbed -- layouts. -- ---------------------------------------------------------------------------- module Miso.Native.X.Element.ScrollCoordinator ( module Miso.Native.X.Element.ScrollCoordinator.Event , module Miso.Native.X.Element.ScrollCoordinator.Method , module Miso.Native.X.Element.ScrollCoordinator.Property ) where ----------------------------------------------------------------------------- import Miso.Native.X.Element.ScrollCoordinator.Event import Miso.Native.X.Element.ScrollCoordinator.Method import Miso.Native.X.Element.ScrollCoordinator.Property -----------------------------------------------------------------------------