From e8316dab2e397cb33a510c11364f22b86426f8c2 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 26 Mar 2022 22:09:00 +0800 Subject: [PATCH] feat: update ts type --- components/collapse/commonProps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collapse/commonProps.ts b/components/collapse/commonProps.ts index 3eaf42225..0924e8806 100644 --- a/components/collapse/commonProps.ts +++ b/components/collapse/commonProps.ts @@ -7,7 +7,7 @@ export type CollapsibleType = 'header' | 'disabled'; export type ActiveKeyType = Array | string | number; -interface PanelProps { +export interface PanelProps { isActive?: boolean; header?: any; showArrow?: boolean;