chore: page prop type check (#5067)

master
Netfan 1 year ago committed by GitHub
parent 0fc0f13064
commit bac0275624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save