Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/konva/lib/shapes/Line.d.ts

    rd565449 r0c6b92a  
    11import { Shape, ShapeConfig } from '../Shape.js';
     2import { Context } from '../Context.js';
    23import { GetSet } from '../types.js';
    3 import { Context } from '../Context.js';
    44export interface LineConfig extends ShapeConfig {
    55    points?: number[] | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array;
Note: See TracChangeset for help on using the changeset viewer.