From 5e7529b433b1a53199ce1735bf6ede9fd957510f Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 8 Sep 2023 17:56:22 -0700 Subject: [PATCH] Types return empty table --- src/types.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.luau b/src/types.luau index 48fef92..bc30af2 100644 --- a/src/types.luau +++ b/src/types.luau @@ -1500,4 +1500,4 @@ export type UITextSizeConstraintProps = { Destroying: (() -> ())?, } -return nil +return {}