mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-14 04:13:25 +08:00
Fix single line doc comments
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import IFromToPositionedTemplate from "./IFromToPositionedTemplate"
|
||||
|
||||
/**
|
||||
* @typedef {import("../element/SelectorElement").default} SelectorElement
|
||||
*/
|
||||
/** @typedef {import("../element/SelectorElement").default} SelectorElement */
|
||||
|
||||
export default class SelectorTemplate extends IFromToPositionedTemplate {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user