Open
Description
Using [<ReactComponent>]
, will currently create a Fable.Ident
with Fable.Any
let makeIdent name: Fable.Ident =
{ Name = name
Type = Fable.Any
IsCompilerGenerated = true
IsThisArgument = false
IsMutable = false
Range = None }
To allow for nice type creation we need to pass arg names and types to it.
This would allow for nicer creation of ReactComponents in F# and publishing them to npm.
Will open a PR for this soon! 🙂
Metadata
Metadata
Assignees
Labels
No labels