interface PartialPropsimport { type PartialProps } from "https://dotland.deno.dev/x/fresh@1.7.3/runtime.ts"; 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.