interface PartialPropsimport { type PartialProps } from "https://deno.land/x/fresh@1.5.3/src/runtime/Partial.tsx"; Propertiesoptionalchildren: ComponentChildrenname: stringThe name of the partial. This value must be unique across partials. optionalmode: "replace" | "prepend" | "append" = "replace"Define how the new HTML should be applied.