mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 15:47:30 +08:00
Refactor jsdoc types (#16)
* WIP * Fix type 1 * Missing types info * Some fixes * Several types refactoring and fixes * WIP * Fix grammar
This commit is contained in:
@@ -3,8 +3,6 @@ import Configuration from "../Configuration.js"
|
||||
import IDraggableElement from "./IDraggableElement.js"
|
||||
import WindowTemplate from "../template/window/WindowTemplate.js"
|
||||
|
||||
/** @typedef {typeof WindowElement} WindowElementConstructor */
|
||||
|
||||
/**
|
||||
* @template {WindowTemplate} T
|
||||
* @extends {IDraggableElement<Object, T>}
|
||||
|
||||
Reference in New Issue
Block a user