UNPKG

@progress/kendo-angular-typography

Version:
19 lines (18 loc) 590 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 typographyVariantOptions = { 'p': 'k-paragraph', 'h1': 'k-h1', 'h2': 'k-h2', 'h3': 'k-h3', 'h4': 'k-h4', 'h5': 'k-h5', 'h6': 'k-h6', 'code': 'k-code', 'pre': 'k-pre' };