/*
 *  SPDX-FileCopyrightText: 2020 Carson Black <uhhadd@gmail.com>
 *
 *  SPDX-License-Identifier: LGPL-2.0-or-later
 */

import QtQuick

QtObject {
    /**
     *  @brief This property holds the color of this border.
     */
    property color color

    /**
     *  @brief This property holds the width of this border.
     */
    property real width
}
