master
TODO found/* eslint-disable no-unused-vars */ // TODO: Remove this blanket disable// Enums that represent general app-wide values // Which way to display a button that can appear in multiple modesexport enum ButtonMode { BUTTON = 'BUTTON', ICON = 'ICON'}