Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / presets / Studio / PageBackground / PageBackground.d.ts
Size: Mime:
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;