// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT import { Appliance } from "appliance.slint"; export component Microwave inherits Appliance { time-remaining: "0:12 mins"; image-size: self.width * 1; appliance-image: @image-url("../images/microwave.jpg"); }