Function paragraph

Source
pub(super) fn paragraph<V: IntoView + 'static>(
    kind: ParagraphKind,
    uri: DocumentElementURI,
    styles: Box<[Name]>,
    children: impl FnOnce() -> V + Send + 'static,
) -> impl IntoView