mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-16 10:54:42 +08:00
Small refactoring, set variable node
This commit is contained in:
5
js/template/StringInputPinTemplate.js
Normal file
5
js/template/StringInputPinTemplate.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import IInputPinTemplate from "./IInputPinTemplate"
|
||||
|
||||
/** @extends IInputPinTemplate<String> */
|
||||
export default class StringInputPinTemplate extends IInputPinTemplate {
|
||||
}
|
||||
Reference in New Issue
Block a user