----------------------------------------------------------------------------- {-# LANGUAGE OverloadedStrings #-} ----------------------------------------------------------------------------- -- | -- Module : Miso.Native.X.Element.Svg -- 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 -- -- [/<svg/>](https://lynxjs.org/api/elements/built-in/svg.html) -- -- Displays SVG content supplied inline or by URL. -- ---------------------------------------------------------------------------- module Miso.Native.X.Element.Svg ( module Miso.Native.X.Element.Svg.Event , module Miso.Native.X.Element.Svg.Property ) where ----------------------------------------------------------------------------- import Miso.Native.X.Element.Svg.Event import Miso.Native.X.Element.Svg.Property -----------------------------------------------------------------------------