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