chore: page prop type check (#5067)

This commit is contained in:
Netfan 2024-12-07 12:15:51 +08:00 committed by GitHub
parent 0fc0f13064
commit bac0275624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ interface Props {
*/
autoContentHeight?: boolean;
/** 头部固定(暂未实现) */
// fixedHeader?: boolean;
fixedHeader?: boolean;
headerClass?: string;
footerClass?: string;
}