Function GlobalSetup

Source
fn GlobalSetup<V: IntoView + 'static>(
    props: GlobalSetupProps<V>,
) -> impl IntoView
Available on crate feature ts only.
Expand description

§Required Props

  • children: [TypedChildren<V>]

§Optional Props