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

13 lines
276 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
}