UNPKG

vue-nuxt-permission

Version:

A unified permission system for Vue 3 and Nuxt 3 / Nuxt 4 with directives, guards, and async support.

4 lines 233 B
export declare const savePermissionsToStorage: (permissions: any) => void; export declare const getPermissionsFromStorage: () => any; export declare const clearPermissionsFromStorage: () => void; //# sourceMappingURL=storage.d.ts.map