@coinmeca/ui
Version:
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
16 lines • 818 B
TypeScript
export declare const AddOn: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
$top?: number | string;
$left?: number | string;
$right?: number | string;
$bottom?: number | string;
$fix?: boolean;
}>> & string;
declare const Style: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
$scale: number;
$padding: number;
$gap: number;
$hover: boolean;
$event: boolean;
}>> & string;
export default Style;
//# sourceMappingURL=Card.styled.d.ts.map