/// import { Cell, recipe, UI } from "commontools"; interface State { counter: Cell; } export default recipe("Counter", (state) => { return { [UI]: ( ), }; });