interface SectionModule implements BlockModule<ComponentFunc<TProps>, ReturnType<ComponentFunc<TProps>>, PreactComponent>import { type SectionModule } from "https://dotland.deno.dev/x/live@1.63.12/blocks/section.ts"; Type ParametersoptionalTConfig = anyoptionalTProps = anyPropertiesoptionalLoadingFallback: ComponentTypeoptionalErrorFallback: ComponentType<{ error?: Error; }>optionalloader: PropsLoader<TConfig, TProps>