Skip to content

Commit

Permalink
fix(DataTableSkeleton): fix TypeScript interface classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Husnain062 committed Aug 3, 2023
1 parent 9130990 commit c56b0ab
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 c56b0ab

Please sign in to comment.