mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 15:17:32 +08:00
Several fixes
This commit is contained in:
8
types.js
8
types.js
@@ -79,10 +79,6 @@
|
||||
* : T
|
||||
* } DescribedType
|
||||
*/
|
||||
/**
|
||||
* @typedef {import("./js/entity/AttributeInfo.js").default} AttributeInfo
|
||||
* @typedef {{ [key: String]: AttributeInfo }} AttributeDeclarations
|
||||
*/
|
||||
/**
|
||||
* @typedef {CustomEvent<{ value: Coordinates }>} UEBDragEvent
|
||||
*/
|
||||
@@ -221,10 +217,6 @@
|
||||
* @typedef {import("lit").PropertyValues} PropertyValues
|
||||
* @typedef {import("lit").TemplateResult} TemplateResult
|
||||
*/
|
||||
/**
|
||||
* @template {AttributeConstructor<Attribute>} T
|
||||
* @typedef {import("./js/serialization/Serializer.js").default<T>} Serializer
|
||||
*/
|
||||
/**
|
||||
* @template T
|
||||
* @typedef {{
|
||||
|
||||
Reference in New Issue
Block a user