We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6f98c commit 13e5d22Copy full SHA for 13e5d22
src/Fable.React/Fable.Helpers.React.fs
@@ -851,10 +851,8 @@ let inline fn<'P> (f: 'P -> ReactElement) (props: 'P) (children: ReactElement se
851
let inline ofImport<'P> (importMember: string) (importPath: string) (props: 'P) (children: ReactElement seq): ReactElement =
852
createElement(import importMember importPath, props, children)
853
854
-[<Erase>]
855
type ReactElementType<'props> = interface end
856
857
858
type ReactComponentType<'props> =
859
inherit ReactElementType<'props>
860
abstract displayName: string option with get, set
0 commit comments