retro-react
Version:
A React component library for building retro-style websites
9 lines (8 loc) • 398 B
TypeScript
/// <reference types="react" />
import { BoxVariants } from './Box';
export declare const Box: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
} & {
$variant: BoxVariants;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;