Skip to main content

InjectableStylesMap

Type Alias InjectableStylesMap 

Source
pub type InjectableStylesMap = IndexMap<String, Rc<InjectableStyleKind>>;
Expand description

Type alias for injectable styles map, moved here to be available at the types level.

Aliased Typeยง

pub struct InjectableStylesMap { /* private fields */ }