mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
import IInputPinTemplate from "./IInputPinTemplate.js"
|
|
|
|
/** @typedef {import("../../element/PinElement").default} PinElement */
|
|
|
|
export default class NamePinTemplate extends IInputPinTemplate {
|
|
|
|
static singleLineInput = true
|
|
}
|