status-desktop/storybook/stubs/AppLayouts/Wallet/stores/TokensStore.qml

9 lines
167 B
QML

import QtQuick 2.15
QtObject {
id: root
property bool displayAssetsBelowBalance: false
property var getDisplayAssetsBelowBalanceThresholdDisplayAmount
}