coolant
Version:
The modular build radiator
12 lines (11 loc) • 562 B
TypeScript
import React from "react";
export declare const CardContainer: (props: React.PropsWithChildren<{
readonly color: string;
readonly scaleFactor: number;
}>) => React.ReactElement<{
style: React.CSSProperties;
}, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
export declare const Card: (props: React.PropsWithChildren<{
readonly color: string;
readonly scaleFactor?: number | undefined;
}>) => JSX.Element;