fix: TMP textfield typeing
This commit is contained in:
Vendored
+5
@@ -10,3 +10,8 @@ declare module "system" {
|
||||
declare module "tmpro" {
|
||||
export = CS.TMPro;
|
||||
}
|
||||
declare module "tmpro" {
|
||||
interface TMP_Text {
|
||||
text: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user