/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * The possible popup views of the ColorPicker and FlatColorPicker components. */ export type ColorPickerView = 'gradient' | 'palette';