interface PreactComponentimport { type PreactComponent } from "https://deno.land/x/blocks@1.59.3/engine/block.ts"; Type ParametersoptionalTProps = anyPropertiesComponent: ComponentFunc<TProps>props: TPropsoptionalmetadata: ComponentMetadata