fix: @internal Internal Component type Error (#43687)

This commit is contained in:
lijianan 2023-07-20 19:21:46 +08:00 committed by GitHub
parent b1f8fb1236
commit 729ce75fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,