status-desktop/storybook/stubs/shared/stores/RootStore.qml

16 lines
340 B
QML

pragma Singleton
import QtQuick 2.14
QtObject {
property var userProfileInst
property bool isTenorWarningAccepted
property bool isGifWidgetEnabled
property bool isWalletEnabled
property var getSelectedTextWithFormationChars
property var gifColumnA
property var currencyStore
property var getNetworkIcon
}