pub type Cmp<TMsg, TView, TIntoView, TService, TInputStore, TOutputStore> = Component<Config<TMsg, TView, TIntoView, TInputStore, TOutputStore>, TMsg, TService>;
Expand description
Компонент cmp_leptos
Aliased Type§
struct Cmp<TMsg, TView, TIntoView, TService, TInputStore, TOutputStore> { /* private fields */ }