interface Consumer implements FunctionComponent<{ children: (value: T) => ComponentChildren; }>import { type Consumer } from "https://deno.land/x/netzo@0.3.66/deps/preact.ts"; Type ParametersT