Function component_props_builder

pub fn component_props_builder<P>(
    _f: &impl Component<P>,
) -> <P as PropsOrNoPropsBuilder>::Builder
where P: PropsOrNoPropsBuilder,