Function: useDashboardStats()
function useDashboardStats(): { isLoading: boolean; stats: DashboardStats;};Defined in: shared/src/hooks/useDashboardStats.ts:40
Returns
Section titled “Returns”{ isLoading: boolean; stats: DashboardStats;}| Name | Type | Defined in |
|---|---|---|
isLoading | boolean | shared/src/hooks/useDashboardStats.ts:42 |
stats | DashboardStats | shared/src/hooks/useDashboardStats.ts:41 |