pub fn start_app_with_props<COMP>(props: COMP::Properties)where
COMP: Component,
Expand description
Starts an app mounted to a body of the document.
pub fn start_app_with_props<COMP>(props: COMP::Properties)where
COMP: Component,
Starts an app mounted to a body of the document.