@ant-design/pro-layout
Version:
14 lines (13 loc) • 368 B
TypeScript
import type { CSSProperties } from 'react';
import React from 'react';
declare const WrapContent: React.FC<{
autoClearCache?: boolean;
isChildrenLayout?: boolean;
className?: string;
style?: CSSProperties;
location?: any;
contentHeight?: number | string;
ErrorBoundary?: any;
children?: React.ReactNode;
}>;
export default WrapContent;