variable applyPropsimport { applyProps } from "https://deno.land/x/live@1.58.0/blocks/utils.tsx"; type<TProps = any, TResp = any>(func: { default: FnProps<TProps, TResp>; }) => unknown