import * as React from "react"; import {cn} from "@/lib/utilities"; import {Skeleton} from "./skeleton"; import styles from "./table-skeleton.module.css"; /** * Represents the configurable props for the {@link TableSkeleton} component. * * @remarks * Extends native `