dioxus_tui

Function launch_cfg_with_props

Source
pub fn launch_cfg_with_props<Props: 'static>(
    app: Component<Props>,
    props: Props,
    cfg: Config,
)