import { type ComponentFunction } from "https://deno.land/x/docxml@5.13.0/src/classes/Component.ts";
A custom function which which native components can be composed into something more easily reusable.
Type Parameters
optional
ChildGeneric extends AnyComponent | string = neverdefinition: (props: PropsGeneric & { children?: ChildGeneric | ChildGeneric[]; }) => AnyComponent