admin-vue3/src/components/wu-flow-lib/flow/CustomConstraintHandler.ts

5 lines
120 B
TypeScript

import { ConstraintHandler } from "@maxgraph/core";
export class CustomConstraintHandler extends ConstraintHandler {
}