mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
Fix Collapse Panel id definition, close #12357
This commit is contained in:
parent
1784949e94
commit
2c3a2e911e
@ -11,6 +11,7 @@ export interface CollapsePanelProps {
|
||||
showArrow?: boolean;
|
||||
prefixCls?: string;
|
||||
forceRender?: boolean;
|
||||
id?: string;
|
||||
}
|
||||
|
||||
export default class CollapsePanel extends React.Component<CollapsePanelProps, {}> {
|
||||
|
Loading…
Reference in New Issue
Block a user