mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
fix: @internal Internal Component type Error (#43687)
This commit is contained in:
parent
b1f8fb1236
commit
729ce75fb7
@ -76,7 +76,7 @@ export interface PurePanelProps
|
||||
prefixCls?: string;
|
||||
}
|
||||
|
||||
/** @internal Internal Component. Do not use in your production. */
|
||||
/** @private Internal Component. Do not use in your production. */
|
||||
const PurePanel: React.FC<PurePanelProps> = (props) => {
|
||||
const {
|
||||
prefixCls: staticPrefixCls,
|
||||
|
Loading…
Reference in New Issue
Block a user