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