styled_components

Function styled_components 

Source
pub fn styled_components<'a, C>(
    file_name: Option<&'a str>,
    src_file_hash: u128,
    config: &'a Config,
    comments: C,
) -> impl 'a + Pass
where C: 'a + Comments + Clone,