UNPKG

368 BTypeScriptView Raw
1import type { CSSProperties } from 'react';
2import React from 'react';
3declare const WrapContent: React.FC<{
4 autoClearCache?: boolean;
5 isChildrenLayout?: boolean;
6 className?: string;
7 style?: CSSProperties;
8 location?: any;
9 contentHeight?: number | string;
10 ErrorBoundary?: any;
11 children?: React.ReactNode;
12}>;
13export default WrapContent;