retro-react
Version:
A React component library for building retro-style websites
10 lines (9 loc) • 417 B
TypeScript
/// <reference types="react" />
export declare const StyledSkeleton: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
} & {
$shape: string;
$height: string | number;
$effect: string;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;