UNPKG

@progress/kendo-angular-dialog

Version:
14 lines (13 loc) 721 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Specifies the possible theme colors of the Window. * * The possible values are: * * `primary`—Applies coloring based on the `primary` theme color. * * `light`— Applies coloring based on the `light` theme color. * * `dark`— Applies coloring based on the `dark` theme color. */ export type WindowThemeColor = 'primary' | 'light' | 'dark';