fix: TMP textfield typeing

This commit is contained in:
胡鑫 2025-04-01 11:39:01 +08:00
parent 9176fdea5d
commit 6478747fb6
1 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,8 @@ declare module "system" {
declare module "tmpro" {
export = CS.TMPro;
}
declare module "tmpro" {
interface TMP_Text {
text: string;
}
}