chore: page prop type check (#5067)
parent
0fc0f13064
commit
bac0275624
|
@ -20,7 +20,7 @@ interface Props {
|
||||||
*/
|
*/
|
||||||
autoContentHeight?: boolean;
|
autoContentHeight?: boolean;
|
||||||
/** 头部固定(暂未实现) */
|
/** 头部固定(暂未实现) */
|
||||||
// fixedHeader?: boolean;
|
fixedHeader?: boolean;
|
||||||
headerClass?: string;
|
headerClass?: string;
|
||||||
footerClass?: string;
|
footerClass?: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue