fix: TMP textfield typeing
This commit is contained in:
parent
9176fdea5d
commit
6478747fb6
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue