mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 10:44:43 +08:00
Fix single line doc comments
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
import Configuration from "../Configuration"
|
||||
|
||||
/**
|
||||
* @typedef {import("../Blueprint").default} Blueprint
|
||||
*/
|
||||
/** @typedef {import("../Blueprint").default} Blueprint */
|
||||
|
||||
/**
|
||||
* @template {HTMLElement} T
|
||||
*/
|
||||
/** @template {HTMLElement} T */
|
||||
export default class IInput {
|
||||
|
||||
/** @type {T} */
|
||||
|
||||
Reference in New Issue
Block a user