createTableSkeleton(props?: { rows?: number; columns?: number; showCheckbox?: boolean; showActions?: boolean; }
& Pick<"darkMode" | "animate" | "animation" | "class">): HTMLTableSectionElement
Usage
import { createTableSkeleton } from ".";