Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/lib/shapes/Line.d.ts
rd565449 r0c6b92a 1 1 import { Shape, ShapeConfig } from '../Shape.js'; 2 import { Context } from '../Context.js'; 2 3 import { GetSet } from '../types.js'; 3 import { Context } from '../Context.js';4 4 export interface LineConfig extends ShapeConfig { 5 5 points?: number[] | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array;
Note:
See TracChangeset
for help on using the changeset viewer.