miso-1.13.0.0: src/Miso/Native/X/Element/TitleBarView.hs
-----------------------------------------------------------------------------
{-# 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).
--
-- @since 1.13.0.0
----------------------------------------------------------------------------
module Miso.Native.X.Element.TitleBarView
( module Miso.Native.X.Element.TitleBarView.Property
) where
-----------------------------------------------------------------------------
import Miso.Native.X.Element.TitleBarView.Property
-----------------------------------------------------------------------------