aircitytype 1.1.19 → 1.1.20
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/aircity/index.d.ts +1 -1
- package/package.json +1 -1
package/aircity/index.d.ts
CHANGED
@@ -804,7 +804,7 @@ type BeamData = {
|
|
804
804
|
}
|
805
805
|
|
806
806
|
interface Beam{
|
807
|
-
add(data:BeamData, fn?:()=>void):void;
|
807
|
+
add(data:BeamData|BeamData[], fn?:()=>void):void;
|
808
808
|
clear(fn?:()=>void):void;
|
809
809
|
delete(ids:string[], fn:()=>void):void;
|
810
810
|
focus(ids:string[], distance?:number, flyTime?:number, rotation?:number[], fn?:()=>void):void;
|
package/package.json
CHANGED