import { $, html } from "sigpro"; $.component( "c-input-clear", (props) => { return html` !props.value() || props.value().length === 0} @click=${() => props.value("")}> `; }, ["value"], );