mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-23 23:34:43 +08:00
Large typedef import cleanup and smaller fixes
This commit is contained in:
@@ -8,7 +8,7 @@ import Utility from "../../Utility.js"
|
||||
import WindowTemplate from "./WindowTemplate.js"
|
||||
|
||||
/**
|
||||
* @typedef {import("../../element/WindowElement").default} WindowElement
|
||||
* @typedef {import("../../element/WindowElement.js").default} WindowElement
|
||||
* @typedef {import("lit").PropertyValues} PropertyValues
|
||||
*/
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import IDraggablePositionedTemplate from "../IDraggablePositionedTemplate.js"
|
||||
import MouseMoveDraggable from "../../input/mouse/MouseMoveDraggable.js"
|
||||
import SVGIcon from "../../SVGIcon.js"
|
||||
|
||||
/** @typedef {import("../../element/WindowElement").default} WindowElement */
|
||||
/** @typedef {import("../../element/WindowElement.js").default} WindowElement */
|
||||
|
||||
/** @extends {IDraggablePositionedTemplate<WindowElement>} */
|
||||
export default class WindowTemplate extends IDraggablePositionedTemplate {
|
||||
|
||||
Reference in New Issue
Block a user