export enum PathEvents {
    Changed = '@ecd-component-Path/changed',
    PointAdded = "@ecd-component-Path/point-added",
    PointRemoved = "@ecd-component-Path/point-removed",
    PointChanged = "@ecd-component-Path/point-changes"
}
