-----------------------------------------------------------------------------
{-# LANGUAGE OverloadedStrings #-}
-----------------------------------------------------------------------------
-- |
-- Module      :  Miso.Native.X.Element.Viewpager
-- 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
--
-- [/<viewpager/>](https://lynxjs.org/api/elements/built-in/viewpager.html)
--
-- Horizontally paged container.
--
----------------------------------------------------------------------------
module Miso.Native.X.Element.Viewpager
  ( module Miso.Native.X.Element.Viewpager.Event
  , module Miso.Native.X.Element.Viewpager.Method
  , module Miso.Native.X.Element.Viewpager.Property
  ) where
-----------------------------------------------------------------------------
import Miso.Native.X.Element.Viewpager.Event
import Miso.Native.X.Element.Viewpager.Method
import Miso.Native.X.Element.Viewpager.Property
-----------------------------------------------------------------------------