UNPKG

retro-react

Version:

A React component library for building retro-style websites

12 lines (11 loc) 518 B
/// <reference types="react" /> import { WordArtSize, WordArtStyle, WordArtVariant } from './WordArt'; export declare const WordArt: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { $variant: WordArtVariant; $size: WordArtSize; $artStyle: WordArtStyle; $rotation: number; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;