aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/ui.js
blob: b913b430b2d56b7c413929e5ce79e7e3c5054fbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import PropTypes from 'prop-types';

export default {
  openSettings: {
    path: PropTypes.string,
  },
  closeSettings: {},
  toggleServiceUpdatedInfoBar: {
    visible: PropTypes.bool,
  },
};