From bc566c0731e8d971536d4c47eaa2aca413d6c99b Mon Sep 17 00:00:00 2001 From: pd <15177000+pddpd@users.noreply.github.com> Date: Tue, 17 Nov 2020 22:05:32 +0800 Subject: [PATCH] fix(Select): export SelectInterface to avoid ts error (#27838) --- components/select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/select/index.tsx b/components/select/index.tsx index 166fa92200..5aa68c43b9 100755 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -150,7 +150,7 @@ const SelectRef = React.forwardRef(InternalSelect) as