Add missing prop signature destroyInactivePanel

This commit is contained in:
Zheeeng 2018-08-07 16:40:22 +08:00 committed by 偏右
parent b6e9646a6a
commit c3326a5bff

View File

@ -9,6 +9,7 @@ export interface CollapseProps {
defaultActiveKey?: Array<string>;
/** 手风琴效果 */
accordion?: boolean;
destroyInactivePanel?: boolean;
onChange?: (key: string | string[]) => void;
style?: React.CSSProperties;
className?: string;