@plait/draw 0.70.0 → 0.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plait/draw",
3
- "version": "0.70.0",
3
+ "version": "0.71.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
@@ -1,5 +1,4 @@
1
1
  import { PlaitBoard, PlaitElement } from '@plait/core';
2
2
  export declare const getStrokeColorByElement: (board: PlaitBoard, element: PlaitElement) => any;
3
3
  export declare const getFillByElement: (board: PlaitBoard, element: PlaitElement) => any;
4
- export declare const getLineDashByElement: (element: PlaitElement) => any[] | undefined;
5
- export declare const getStrokeStyleByElement: (element: PlaitElement) => any;
4
+ export declare const getStrokeStyleByElement: (board: PlaitBoard, element: PlaitElement) => any;