namespace hRe-exportimport { h } from "https://deno.land/x/blog@0.4.4/blog.tsx"; function hRe-exportimport { h } from "https://deno.land/x/blog@0.4.4/blog.tsx"; h(type: string,props: (JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<string, any>) | null,...children: ComponentChildren[],): VNode<any>h<P>(type: ComponentType<P>,props: (Attributes & P) | null,...children: ComponentChildren[],): VNode<any>Parameterstype: stringprops: (JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<string, any>) | null...children: ComponentChildren[]ReturnsVNode<any>Type ParametersPParameterstype: ComponentType<P>props: (Attributes & P) | null...children: ComponentChildren[]ReturnsVNode<any>