UNPKG

@userfrosting/sprinkle-admin

Version:
7 lines (6 loc) 337 B
import { AlertInterface, ApiResponse } from '@userfrosting/sprinkle-core/interfaces'; export declare function useConfigCacheApi(): { clearCache: () => Promise<void | ApiResponse>; loading: import('vue').Ref<boolean, boolean>; error: import('vue').Ref<AlertInterface | null | undefined, AlertInterface | null | undefined>; };