UNPKG

retro-react

Version:

A React component library for building retro-style websites

12 lines (11 loc) 539 B
/// <reference types="react" /> export declare const Background: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { $color: string; $backgroundImage?: string | undefined; $backgroundRepeat?: string | undefined; $backgroundSize?: string | undefined; $backgroundPosition?: string | undefined; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;