@progress/kendo-angular-typography
Version:
Kendo UI Angular Typography
14 lines (13 loc) • 538 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export const typographyTextAlignOptions = {
'left': 'k-text-left',
'right': 'k-text-right',
'center': 'k-text-center',
'justify': 'k-text-justify'
};