Skip to main content

stylex_create_theme

Function stylex_create_theme 

Source
pub(crate) fn stylex_create_theme(
    theme_vars: &mut EvaluateResultValue,
    variables: &EvaluateResultValue,
    state: &mut StateManager,
    typed_variables: &mut IndexMap<String, Rc<FlatCompiledStylesValue>>,
) -> (IndexMap<String, Rc<FlatCompiledStylesValue>>, IndexMap<String, Rc<InjectableStyleKind>>)