Skip to content

Commit

Permalink
fix(DataTableSkeleton): fix TypeScript interface classname (#14372)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Datilio Ribeiro <[email protected]>
  • Loading branch information
Husnain062 and guidari authored Aug 7, 2023
1 parent 55bb7f3 commit ffc9ab1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ export interface DataTableSkeletonProps
* Optionally specify whether you want the DataTable to be zebra striped
*/
zebra?: boolean;
/**
* Optionally specify whether you want the DataTable to be styled
*/
className?: string;
}

const DataTableSkeleton: FunctionComponent<DataTableSkeletonProps> = ({
Expand Down

0 comments on commit ffc9ab1

Please sign in to comment.