/// import { recipe, UI } from "commontools"; interface State { label: string; } export default recipe("Reserved", (state) => { const __ct_handler_event = state.label; return { [UI]: ( ), }; });