mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-22 23:04:44 +08:00
JSDoc complete type check
This commit is contained in:
@@ -33,6 +33,7 @@ export default class IFromToPositionedElement extends IElement {
|
||||
}
|
||||
|
||||
constructor(...args) {
|
||||
// @ts-expect-error
|
||||
super(...args)
|
||||
this.initialPositionX = 0
|
||||
this.initialPositionY = 0
|
||||
|
||||
Reference in New Issue
Block a user