mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
7 lines
268 B
Text
7 lines
268 B
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
import { Appliance } from "appliance.slint";
|
|
export component Dishwasher inherits Appliance {
|
|
time-remaining: "1:45 hrs";
|
|
appliance-image: @image-url("../images/dishwasher.jpg");
|
|
}
|