-----------------------------------------------------------------------------
{-# LANGUAGE OverloadedStrings #-}
-----------------------------------------------------------------------------
-- |
-- Module      :  Miso.Native.X.Element.TitleBarView
-- 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
--
-- [/<title-bar-view/>](https://lynxjs.org/api/elements/built-in/title-bar-view.html)
--
-- Defines a custom draggable window region (Clay Windows / macOS).
--
----------------------------------------------------------------------------
module Miso.Native.X.Element.TitleBarView
  ( module Miso.Native.X.Element.TitleBarView.Property
  ) where
-----------------------------------------------------------------------------
import Miso.Native.X.Element.TitleBarView.Property
-----------------------------------------------------------------------------