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