import { ButtonHTMLAttributes } from "preact"; export function Button(props: ButtonHTMLAttributes) { return ( ); }