UNPKG

@progress/kendo-angular-diagrams

Version:

Kendo UI Angular diagrams component

9 lines (8 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 *-------------------------------------------------------------------------------------------*/ export { Shape, Connection, Connector, Diagram, Point, Rect } from '@progress/kendo-diagram-common'; export { DiagramModule } from './diagram.module'; export { DiagramComponent } from './diagram.component'; export * from './directives';