pub(crate) type DynamicFns = IndexMap<String, (Vec<BindingIdent>, IndexMap<String, Box<InlineStyle>>)>;
pub(crate) struct DynamicFns { /* private fields */ }