FunctionDataTablePagination({
table,
pageSizeOptions = [10, 20, 30, 40, 50],
className,
...props
}: DataTablePaginationProps<TDat
src/components/ui/table/data-table-pagination.tsx:20
FunctionDataTableSkeleton({
columnCount,
rowCount = 10,
filterCount = 0,
cellWidths = ['auto'],
withViewOptions = true,
wit
src/components/ui/table/data-table-skeleton.tsx:22
FunctionGitHubStarsButton({
owner,
repo,
stars: starsProp,
showRepo = false,
iconStyle = 'currentColor',
variant,
size,
src/components/github-stars-button.tsx:113