import { ComponentChild, JSX } from "preact"; export function Input( { children, id, ...props }: JSX.HTMLAttributes, ) { return (
); }