Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/xml_renderer/mod.ts>GenericRenderer

An npm/browser module for easy matching XML and XPath to React Components and other stuff
Go to Latest
class GenericRenderer
import { GenericRenderer } from "https://deno.land/x/xml_renderer@5.0.7/mod.ts";

Type Parameters

OutputGeneric
optional
PropsGeneric extends { [key: string]: unknown; } | undefined = undefined
optional
MetadataGeneric extends (props: Props<OutputGeneric, PropsGeneric>) => OutputGeneric = Component<OutputGeneric, PropsGeneric>