interface CardProps {
    borderColor?: DevfiveColorKey;
    cardHoverMotion?: TargetAndTransition;
    color?: DevfiveColorKey;
    contentH?: ResponsiveValue<number | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content">;
    imageH?: ResponsiveValue<number | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content">;
    leftSubText?: string;
    rightSubText?: string;
    src?: string;
    subColor?: DevfiveColorKey;
    subTitle?: string;
    target?: string;
    title?: string;
    to?: To;
    type?: ListType;
    writerProfile?: ReactNode;
}

Properties

borderColor?: DevfiveColorKey
cardHoverMotion?: TargetAndTransition
contentH?: ResponsiveValue<number | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content">
imageH?: ResponsiveValue<number | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content">
leftSubText?: string
rightSubText?: string
src?: string
subColor?: DevfiveColorKey
subTitle?: string
target?: string
title?: string
to?: To
type?: ListType
writerProfile?: ReactNode

Generated using TypeDoc