mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-13 11: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:
@@ -1,14 +1,9 @@
|
||||
import IElement from "./IElement.js"
|
||||
|
||||
/**
|
||||
* @typedef {import("../entity/IEntity.js").default} IEntity
|
||||
* @typedef {import("../template/ITemplate.js").default} ITemplate
|
||||
*/
|
||||
|
||||
/**
|
||||
* @template {IEntity} T
|
||||
* @template {ITemplate} U
|
||||
* @extends {IElement<T, U>}
|
||||
* @template {IEntity} EntityT
|
||||
* @template {ITemplate} TemplateT
|
||||
* @extends {IElement<EntityT, TemplateT>}
|
||||
*/
|
||||
export default class IFromToPositionedElement extends IElement {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user