mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 02:34:45 +08:00
Fix single line doc comments
This commit is contained in:
@@ -2,9 +2,7 @@ import { html } from "lit"
|
||||
import MouseIgnore from "../input/mouse/MouseIgnore"
|
||||
import PinTemplate from "./PinTemplate"
|
||||
|
||||
/**
|
||||
* @typedef {import("../element/PinElement").default} PinElement
|
||||
*/
|
||||
/** @typedef {import("../element/PinElement").default} PinElement */
|
||||
|
||||
export default class IInputPinTemplate extends PinTemplate {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user