mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
9 lines
230 B
JavaScript
9 lines
230 B
JavaScript
import IInputPinTemplate from "./IInputPinTemplate"
|
|
|
|
/** @typedef {import("../element/PinElement").default} PinElement */
|
|
|
|
export default class NameInputPinTemplate extends IInputPinTemplate {
|
|
|
|
static singleLineInput = true
|
|
}
|