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