UNPKG

@agendize/vue-acl

Version:

Vue agendize's ACL management

6 lines 328 B
import { Acl, PluginOption } from "./types/acl"; export declare const installPlugin: (app: any, options: PluginOption) => void; export declare const createAcl: (userDefinedOptions: PluginOption) => any; export declare const defineAclRules: () => void; export declare const useAcl: () => Acl; //# sourceMappingURL=vueAcl.d.ts.map