interface SectionModule
implements BlockModule<ComponentFunc<TLoaderProps | TActionProps>, ReturnType<ComponentFunc<TLoaderProps | TActionProps>>, PreactComponent>
import { type SectionModule } from "https://deno.land/x/deco@1.107.0/blocks/section.ts";
Type Parameters
optional
TLoaderProps = TPropsoptional
TActionProps = TLoaderPropsProperties
optional
LoadingFallback: ComponentType<DeepPartial<TConfig>>optional
ErrorFallback: ComponentType<{ error?: Error; }>optional
loader: PropsLoader<TConfig, TLoaderProps>optional
action: PropsLoader<TConfig, TActionProps>