createCardSkeleton(props?: { showImage?: boolean; showActions?: boolean; imageHeight?: string; }
& Pick<"darkMode" | "animate" | "animation" | "class">): HTMLDivElement
Usage
import { createCardSkeleton } from ".";
createCardSkeleton(props?: { showImage?: boolean; showActions?: boolean; imageHeight?: string; }
& Pick<"darkMode" | "animate" | "animation" | "class">): HTMLDivElement
import { createCardSkeleton } from ".";