UNPKG

@progress/kendo-angular-typography

Version:
14 lines (13 loc) 860 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { TypographyModule } from './typography.module'; export { TypographyDirective } from './typography.directive'; export { TypographyFontSize } from './models/font-size'; export { TypographyFontWeight } from './models/font-weight'; export { TypographyTextAlign } from './models/text-align'; export { TypographyTextTransform } from './models/text-transform'; export { TypographyVariant } from './models/variant'; export { TypographyThemeColor } from './models/theme-color'; export * from './directives';