Repository URL to install this package:
|
Version:
3.0.1 ▾
|
import React from 'react';
import { PageBackgroundProps } from './typings';
import { defaultRenderWrapper } from './renderProps';
declare class PageBackground extends React.PureComponent<PageBackgroundProps> {
static defaultProps: {
className: string;
backgroundImage: string;
backgroundColor: string;
position: string;
isPageScroll: boolean;
renderWrapper: typeof defaultRenderWrapper;
};
render(): React.ReactNode;
}
export { PageBackground };
export default PageBackground;