UNPKG

@angeloreppucci/ant-design-pro-layout

Version:

ant-design-pro layout, easy to use pro scaffolding.

12 lines (11 loc) 295 B
import React, { CSSProperties } from 'react'; declare class WrapContent extends React.Component<{ isChildrenLayout?: boolean; className?: string; style?: CSSProperties; location?: any; }> { ref: HTMLDivElement | null; render(): JSX.Element; } export default WrapContent;