mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Unified loading states.
This commit is contained in:
parent
7b5591a3ce
commit
da8c7e99c5
52 changed files with 506 additions and 364 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { Dispatch, SetStateAction } from 'react';
|
||||
import { UseQueryOptions } from '@tanstack/react-query';
|
||||
import {
|
||||
COLLECTION_TYPE,
|
||||
DATA_TYPE,
|
||||
|
|
@ -208,3 +209,5 @@ export interface InputItem {
|
|||
icon: any;
|
||||
seperator?: boolean;
|
||||
}
|
||||
|
||||
export type ReactQueryOptions<T> = Omit<UseQueryOptions<T, Error, T>, 'queryKey' | 'queryFn'>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue