@progress/kendo-angular-typography
Version:
Kendo UI Angular Typography
22 lines (21 loc) • 1.14 kB
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* Sets the theme color.
*
* You can use these values:
* * `inherit` (Default)—Uses coloring based on the current color.
* * `primary`—Uses coloring based on primary theme color.
* * `secondary`—Uses coloring based on secondary theme color.
* * `tertiary`—Uses coloring based on tertiary theme color.
* * `info`—Uses coloring based on info theme color.
* * `success`—Uses coloring based on success theme color.
* * `warning`—Uses coloring based on warning theme color.
* * `error`—Uses coloring based on error theme color.
* * `dark`—Uses coloring based on dark theme color.
* * `light`—Uses coloring based on light theme color.
* * `inverse`—Uses coloring based on inverse theme color.
*/
export {};