mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-12 11:07:40 +08:00
Fix single line doc comments
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import ITemplate from "./ITemplate"
|
||||
|
||||
/**
|
||||
* @typedef {import("../element/IFromToPositionedElement").default} IFromToPositionedElement
|
||||
*/
|
||||
/** @typedef {import("../element/IFromToPositionedElement").default} IFromToPositionedElement */
|
||||
|
||||
/**
|
||||
* @template {IFromToPositionedElement} T
|
||||
|
||||
Reference in New Issue
Block a user