cx-diagrams
Advanced tools
Comparing version 22.3.1 to 22.3.2
{ | ||
"name": "cx-diagrams", | ||
"version": "22.3.1", | ||
"version": "22.3.2", | ||
"description": "A library for creating diagrams within CxJS applications", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,9 +0,9 @@ | ||
import { NumberProp, StringProp, Widget } from 'cx/src/core'; | ||
import { Line, LineProps } from 'cx/svg'; | ||
import { NumberProp, StringProp, Widget } from "cx/src/core"; | ||
import { Line, LineProps } from "cx/svg"; | ||
interface TwoSegmentLineProps extends LineProps { | ||
startOffset?: NumberProp; | ||
direction?: StringProp;; | ||
direction?: StringProp; | ||
} | ||
export class TwoSegmentLine extends Widget<TwoSegmentLineProps> {} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43737