diff --git a/components/collapse/commonProps.ts b/components/collapse/commonProps.ts index 3eaf422257..0924e88067 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;