Props

Type Alias Props 

Source
pub type Props = IndexMap<String, Value>;
Expand description

Properties map for a component/element

Aliased Typeยง

pub struct Props { /* private fields */ }