mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-26 07:51:10 +08:00
rather import from storm-react-diagrams to further test the library
This commit is contained in:
@ -7,12 +7,12 @@ import {
|
||||
DiagramWidget,
|
||||
LinkWidget,
|
||||
LinkProps,
|
||||
DefaultLinkWidget
|
||||
} from "../../src/main";
|
||||
DefaultLinkWidget,
|
||||
DefaultLinkModel,
|
||||
DefaultLinkFactory
|
||||
} from "storm-react-diagrams";
|
||||
import { action } from "@storybook/addon-actions";
|
||||
import * as React from "react";
|
||||
import { DefaultLinkModel } from "../../src/defaults/models/DefaultLinkModel";
|
||||
import { DefaultLinkFactory } from "../../src/defaults/factories/DefaultLinkFactory";
|
||||
|
||||
export class AdvancedLinkModel extends DefaultLinkModel {
|
||||
constructor() {
|
||||
|
Reference in New Issue
Block a user