miso-1.13.0.0: src/Miso/Native/X/Element/BlurView.hs
-----------------------------------------------------------------------------
{-# LANGUAGE OverloadedStrings #-}
-----------------------------------------------------------------------------
-- |
-- Module : Miso.Native.X.Element.BlurView
-- 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
--
-- [/<blur-view/>](https://lynxjs.org/api/elements/built-in/blur-view.html)
--
-- Applies a Gaussian blur / material effect to the content behind it.
--
-- @since 1.13.0.0
----------------------------------------------------------------------------
module Miso.Native.X.Element.BlurView
( module Miso.Native.X.Element.BlurView.Property
) where
-----------------------------------------------------------------------------
import Miso.Native.X.Element.BlurView.Property
-----------------------------------------------------------------------------