/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Defines the visibility of the scroll buttons in a TabStrip component. */ export type TabStripScrollButtonsVisibility = 'hidden' | 'visible' | 'auto';