type-of-html-1.6.0.0: test/Custom.hs
{-# LANGUAGE DataKinds #-}
module Custom where
import Html
hxPost :: Attribute "hx-post" 'True 'False
hxPost = CustomA
{-# LANGUAGE DataKinds #-}
module Custom where
import Html
hxPost :: Attribute "hx-post" 'True 'False
hxPost = CustomA