mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
Fix single line doc comments
This commit is contained in:
@@ -5,9 +5,7 @@ import { css, html } from "lit"
|
||||
* @typedef {import("../input/IInput").default} IInput
|
||||
*/
|
||||
|
||||
/**
|
||||
* @template {IElement} T
|
||||
*/
|
||||
/** @template {IElement} T */
|
||||
export default class ITemplate {
|
||||
|
||||
static styles = css``
|
||||
|
||||
Reference in New Issue
Block a user