pub fn extract_classname_strings(
node: Node<'_>,
source: &[u8],
) -> Vec<ClassFragment>Expand description
Extract string fragments from a className attribute value node.
Recursively handles strings, jsx_expression, call_expression (cn/clsx/etc), binary_expression, ternary_expression, template_string, arrays, and parenthesized_expression.