@progress/kendo-angular-label
Version:
Kendo UI Label for Angular
14 lines (13 loc) • 955 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export { LabelDirective } from './label.directive';
export { LabelModule } from './label.module';
export { FloatingLabelModule } from './floating-label/floating-label.module';
export { FloatingLabelComponent } from './floating-label/floating-label.component';
export { LabelComponent } from './label/label.component';
export { CustomMessagesComponent } from './localization/custom-messages.component';
export { FloatingLabelPosition } from './floating-label/models/label-position';
export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
export * from './directives';