FunctionsFragmentFragment CallableFragment(props: { children?: Children }): TemplateFragment is a component that can be used to wrap multiple children without introducing an extra DOM element.@examplerender() { return ( <> <h1>Hello World</h1> <p>This is a paragraph.</p> </> );}
Fragment is a component that can be used to wrap multiple children without introducing an extra DOM element.