rsiot::components::cmp_leptos

Type Alias Cmp

Source
pub type Cmp<TMsg, TInputStore, TOutputStore> = Component<Config<TMsg, TInputStore, TOutputStore>, TMsg>;
Expand description

Компонент cmp_leptos

Aliased Type§

struct Cmp<TMsg, TInputStore, TOutputStore> { /* private fields */ }