Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
An object that contains the React library
Instances
MakeObject React Source # | |
Defined in React.Types makeObject :: React -> JSM Object |
newtype Component props refVal Source #
Instances
PToJSVal (Component props refVal) Source # | |
Defined in React.Types | |
ToJSVal (Component props refVal) Source # | |
Defined in React.Types toJSVal :: Component props refVal -> JSM JSVal toJSValListOf :: [Component props refVal] -> JSM JSVal | |
MakeObject (Component props refVal) Source # | |
Defined in React.Types makeObject :: Component props refVal -> JSM Object |
Instances
IsString Element Source # | |
Defined in React.Types fromString :: String -> Element # |