import { Component } from "solid-js"; export const ButtonReset: Component<{ onClick: () => void }> = (props) => { return ( ); };