Fix Collapse Panel id definition, close #12357

This commit is contained in:
afc163 2018-11-04 16:09:51 +08:00
parent 1784949e94
commit 2c3a2e911e

View File

@ -11,6 +11,7 @@ export interface CollapsePanelProps {
showArrow?: boolean;
prefixCls?: string;
forceRender?: boolean;
id?: string;
}
export default class CollapsePanel extends React.Component<CollapsePanelProps, {}> {