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