mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-25 00:54:44 +08:00
Large typedef import cleanup and smaller fixes
This commit is contained in:
@@ -2,7 +2,7 @@ import FastSelectionModel from "../selection/FastSelectionModel.js"
|
||||
import IFromToPositionedElement from "./IFromToPositionedElement.js"
|
||||
import SelectorTemplate from "../template/SelectorTemplate.js"
|
||||
|
||||
/** @typedef {import("../Blueprint").BlueprintConstructor} BlueprintConstructor */
|
||||
/** @typedef {import("../Blueprint.js").BlueprintConstructor} BlueprintConstructor */
|
||||
|
||||
/** @extends {IFromToPositionedElement<Object, SelectorTemplate>} */
|
||||
export default class SelectorElement extends IFromToPositionedElement {
|
||||
|
||||
Reference in New Issue
Block a user