UNPKG

@progress/kendo-angular-typography

Version:
14 lines (13 loc) 538 B
/**----------------------------------------------------------------------------------------- * 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' };