Skip to content

Commit ffc9ab1

Browse files
Husnain062guidari
andauthored
fix(DataTableSkeleton): fix TypeScript interface classname (#14372)
Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
1 parent 55bb7f3 commit ffc9ab1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/react/src/components/DataTableSkeleton/DataTableSkeleton.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ export interface DataTableSkeletonProps
5959
* Optionally specify whether you want the DataTable to be zebra striped
6060
*/
6161
zebra?: boolean;
62+
/**
63+
* Optionally specify whether you want the DataTable to be styled
64+
*/
65+
className?: string;
6266
}
6367

6468
const DataTableSkeleton: FunctionComponent<DataTableSkeletonProps> = ({

0 commit comments

Comments
 (0)