import { registerComponent } from "https://deno.land/x/docxml@5.5.1/src/utilities/components.ts";
Register a component in such a way that it can be found by its name later. Uses the class name as unique key.
Type Parameters
C extends AnyComponent
Parameters
component: ComponentDefinition<C>