@agendize/vue-acl
Version:
Vue agendize's ACL management
6 lines • 328 B
TypeScript
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